proto-tower-grpc

Crates.ioproto-tower-grpc
lib.rsproto-tower-grpc
version0.1.5
created_at2025-01-28 21:38:37.855866+00
updated_at2025-01-28 22:15:36.370946+00
descriptionTower implementation of the gRPC protocol
homepage
repository
max_upload_size
id1534049
size1,899
Przemyslaw Hugh Kaznowski (phughk)

documentation

README

Proto-gRPC

gRPC is a high-performance, open-source universal RPC framework. It operates on HTTP/2, which is a protocol that runs over TCP.

Adding dependency to project

[dependencies]
proto-grpc = { git = "https://github.com/rapidrecast/proto-tower.git", subdir = "proto-grpc" }
Commit count: 0

cargo fmt