Registry / build-tool / grpc-build-core

grpc-build-core

JSON →
library0.5.0rscratesunverified

gRPC compilation made easy, providing core functionality for building gRPC services.

# Cargo.toml [dependencies] grpc-build-core = "0.5.0"
INSTALL
IMPORT
SIG · GRPC-BUILD-CORE
G
grpc-build-core
build-toolrustv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Builder
use grpc_build_core::Builder;

Creates a new gRPC service builder.

use grpc_build_core::Builder; fn main() { let builder = Builder::new(); println!("Builder created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
grpc-build-core — cargo add grpc-build-core · libregistry