| /tonic/codegen/src/ |
| H A D | main.rs | 13 codegen( in main() 27 codegen( in main() 39 codegen( in main() 53 codegen( in main() 67 fn codegen( in codegen() function
|
| /tonic/tonic-health/src/generated/ |
| H A D | grpc_health_v1.rs | 67 use tonic::codegen::*; 68 use tonic::codegen::http::Uri; 95 T: tonic::codegen::Service< in with_interceptor() 101 <T as tonic::codegen::Service< in with_interceptor() 214 use tonic::codegen::*; 228 type WatchStream: tonic::codegen::tokio_stream::Stream< 312 impl<T, B> tonic::codegen::Service<http::Request<B>> for HealthServer<T>
|
| /tonic/codegen/ |
| H A D | Cargo.toml | 2 name = "codegen"
|
| /tonic/tonic-reflection/src/generated/ |
| H A D | grpc_reflection_v1.rs | 156 use tonic::codegen::*; 157 use tonic::codegen::http::Uri; 184 T: tonic::codegen::Service< in with_interceptor() 190 <T as tonic::codegen::Service< in with_interceptor() 271 use tonic::codegen::*; 276 type ServerReflectionInfoStream: tonic::codegen::tokio_stream::Stream< 353 impl<T, B> tonic::codegen::Service<http::Request<B>> for ServerReflectionServer<T>
|
| H A D | grpc_reflection_v1alpha.rs | 156 use tonic::codegen::*; 157 use tonic::codegen::http::Uri; 184 T: tonic::codegen::Service< in with_interceptor() 190 <T as tonic::codegen::Service< in with_interceptor() 271 use tonic::codegen::*; 276 type ServerReflectionInfoStream: tonic::codegen::tokio_stream::Stream< 353 impl<T, B> tonic::codegen::Service<http::Request<B>> for ServerReflectionServer<T>
|
| /tonic/tonic/src/ |
| H A D | lib.rs | 131 pub mod codegen; module
|
| /tonic/ |
| H A D | Cargo.toml | 10 "codegen",
|
| H A D | README.md | 18 implementation and the codegen powered by [`prost`]. The generic implementation can support any HTT… 20 a fast HTTP/1.1 and HTTP/2 client and server built on top of the robust [`tokio`] stack. The codegen 65 - [`tonic-build`]: [`prost`] based service codegen.
|
| H A D | CHANGELOG.md | 119 * **codegen:** Use stream type from codegen mod ([#1446](https://github.com/hyperium/tonic/issues/1… 542 * **build:** Allow non_camel_case_types on codegen structs ([224280d](https://github.com/hyperium/t… 709 * **codegen:** Fix Empty protobuf type and add unimplemented ([#26](https://github.com/hyperium/ton… 710 * **codegen:** Use wellknown types from `prost-types` ([#49](https://github.com/hyperium/tonic/issu…
|
| H A D | CONTRIBUTING.md | 213 crates like, for example `tonic-health`, generate their gRPC code via `codegen` 217 cargo run --package codegen
|
| /tonic/tonic/ |
| H A D | Cargo.toml | 26 codegen = ["dep:async-trait"] 30 default = ["router", "transport", "codegen", "prost"] 77 # codegen
|
| /tonic/tonic-build/src/ |
| H A D | client.rs | 56 use tonic::codegen::*; in generate_internal() 57 use tonic::codegen::http::Uri; in generate_internal() 89 T: tonic::codegen::Service< in generate_internal() 93 …<T as tonic::codegen::Service<http::Request<tonic::body::Body>>>::Error: Into<StdError> + std::mar… in generate_internal()
|
| H A D | server.rs | 107 use tonic::codegen::*; in generate_internal() 149 impl<T, B> tonic::codegen::Service<http::Request<B>> for #server_service<T> in generate_internal() 315 …type #stream: tonic::codegen::tokio_stream::Stream<Item = std::result::Result<#res_message, tonic:… in generate_trait_methods() 340 …type #stream: tonic::codegen::tokio_stream::Stream<Item = std::result::Result<#res_message, tonic:… in generate_trait_methods()
|
| /tonic/tonic-build/ |
| H A D | Cargo.toml | 10 keywords = ["rpc", "grpc", "async", "codegen", "protobuf"]
|
| /tonic/tonic-health/ |
| H A D | Cargo.toml | 22 tonic = { version = "0.13.0", path = "../tonic", default-features = false, features = ["codegen", "…
|
| /tonic/examples/src/interceptor/ |
| H A D | client.rs | 4 codegen::InterceptedService,
|
| /tonic/tonic-reflection/ |
| H A D | Cargo.toml | 34 tonic = { version = "0.13.0", path = "../tonic", default-features = false, features = ["codegen", "…
|
| /tonic/tonic/benches-disabled/benchmarks/compiled_protos/ |
| H A D | helloworld.rs | 16 use tonic::codegen::*; 75 use tonic::codegen::*;
|
| /tonic/tests/integration_tests/tests/ |
| H A D | origin.rs | 8 use tonic::codegen::http::Request;
|
| H A D | routes_builder.rs | 9 use tonic::codegen::BoxStream;
|
| /tonic/.github/workflows/ |
| H A D | CI.yml | 43 codegen: 49 - run: cargo run --package codegen
|
| /tonic/examples/ |
| H A D | README.md | 145 If you are using the `codegen` feature, then the following dependencies are
|