Home
last modified time | relevance | path

Searched refs:module (Results 1 – 7 of 7) sorted by relevance

/tonic/tonic-build/src/
H A Dlib.rs160 module: Vec<(String, String)>, field
167 generate_attributes(name, &self.module) in for_mod()
184 self.module.push((pattern.into(), attr.into())); in push_mod()
/tonic/tonic-build/
H A DCargo.toml5 Codegen module of `tonic` gRPC implementation.
/tonic/tonic-health/
H A DCargo.toml5 Health Checking module of `tonic` gRPC implementation.
/tonic/tonic-reflection/
H A DCargo.toml8 Server Reflection module of `tonic` gRPC implementation.
/tonic/tonic-types/
H A DREADME.md11 Useful protobuf types are available through the [`pb`] module. They can be
/tonic/examples/
H A Drouteguide-tutorial.md324 Create the json data file and a helper module to read and deserialize our features.
332 the corresponding `data` module to load and deserialize it in
333 [examples/routeguide/data.rs][data-module].
364 [data-module]: https://github.com/hyperium/tonic/blob/master/examples/src/routeguide/data.rs
/tonic/
H A DCHANGELOG.md88 - Removed `NamedService` from the `transport` module, please import it via