Home
last modified time | relevance | path

Searched refs:codegen (Results 1 – 22 of 22) sorted by relevance

/tonic/codegen/src/
H A Dmain.rs13 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 Dgrpc_health_v1.rs67 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 DCargo.toml2 name = "codegen"
/tonic/tonic-reflection/src/generated/
H A Dgrpc_reflection_v1.rs156 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 Dgrpc_reflection_v1alpha.rs156 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 Dlib.rs131 pub mod codegen; module
/tonic/
H A DCargo.toml10 "codegen",
H A DREADME.md18 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 DCHANGELOG.md119 * **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 DCONTRIBUTING.md213 crates like, for example `tonic-health`, generate their gRPC code via `codegen`
217 cargo run --package codegen
/tonic/tonic/
H A DCargo.toml26 codegen = ["dep:async-trait"]
30 default = ["router", "transport", "codegen", "prost"]
77 # codegen
/tonic/tonic-build/src/
H A Dclient.rs56 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 Dserver.rs107 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 DCargo.toml10 keywords = ["rpc", "grpc", "async", "codegen", "protobuf"]
/tonic/tonic-health/
H A DCargo.toml22 tonic = { version = "0.13.0", path = "../tonic", default-features = false, features = ["codegen", "…
/tonic/examples/src/interceptor/
H A Dclient.rs4 codegen::InterceptedService,
/tonic/tonic-reflection/
H A DCargo.toml34 tonic = { version = "0.13.0", path = "../tonic", default-features = false, features = ["codegen", "…
/tonic/tonic/benches-disabled/benchmarks/compiled_protos/
H A Dhelloworld.rs16 use tonic::codegen::*;
75 use tonic::codegen::*;
/tonic/tests/integration_tests/tests/
H A Dorigin.rs8 use tonic::codegen::http::Request;
H A Droutes_builder.rs9 use tonic::codegen::BoxStream;
/tonic/.github/workflows/
H A DCI.yml43 codegen:
49 - run: cargo run --package codegen
/tonic/examples/
H A DREADME.md145 If you are using the `codegen` feature, then the following dependencies are