Home
last modified time | relevance | path

Searched refs:Config (Results 1 – 5 of 5) sorted by relevance

/tonic/tests/wellknown-compiled/
H A Dbuild.rs2 let mut config = prost_build::Config::new(); in main()
/tonic/tests/disable_comments/
H A Dbuild.rs2 let mut config = prost_build::Config::default(); in main()
/tonic/tonic-build/src/
H A Dprost.rs5 use prost_build::{Config, Method, Service};
609 self.compile_protos_with_config(Config::new(), protos, includes) in compile_protos()
616 mut config: Config, in compile_protos_with_config() argument
639 self.compile_fds_with_config(Config::new(), fds) in compile_fds()
645 mut config: Config, in compile_fds_with_config() argument
652 fn setup_config(self, config: &mut Config) { in setup_config() argument
H A Dlib.rs78 pub use prost_build::Config;
/tonic/
H A DCHANGELOG.md204 * **web:** Implement tower::Layer for tonic_web::Config ([#1119](https://github.com/hyperium/tonic/…