Home
last modified time | relevance | path

Searched refs:include_file (Results 1 – 2 of 2) sorted by relevance

/tonic/tonic-build/src/
H A Dprost.rs39 include_file: None, in configure()
308 pub(crate) include_file: Option<PathBuf>, field
553 pub fn include_file(mut self, path: impl AsRef<Path>) -> Self { in include_file() method
554 self.include_file = Some(path.as_ref().to_path_buf()); in include_file()
689 if let Some(path) = self.include_file.as_ref() { in setup_config()
690 config.include_file(path); in setup_config()
/tonic/
H A DCHANGELOG.md339 * **build:** Support prost's include_file option ([#774](https://github.com/hyperium/tonic/issues/7…