Registry / networking / tower-grpc

tower-grpc

JSON →
library0.1.1rscratesunverified

A client and server gRPC implementation based on the Tower service abstraction.

# Cargo.toml [dependencies] tower-grpc = "0.1.1"
INSTALL
IMPORT
SIG · TOWER-GRPC
T
tower-grpc
networkingrustv0.1.1
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.

GrpcClient
use tower_grpc::client::GrpcClient;

Creates a new gRPC client using Tower.

use tower_grpc::client::GrpcClient; fn main() { let client = GrpcClient::new(); println!("gRPC client created"); }
Debug
Known issues
gotchaRequires async runtime (Tokio) and TLS features
fix
Add tokio and tls features to Cargo.toml dependencies
affects: >=0.1.0
Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
tower-grpc — cargo add tower-grpc · libregistry