proto-tower-grpc 0.1.5

Tower implementation of the gRPC protocol
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 1.43 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 997.25 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • phughk

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" }