chur-build 0.4.0

A wrapper around tonic-build which adds dependencies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod cfg;
mod defined_constants;
mod execute;
mod manifest;

#[cfg(feature = "codegen")]
mod include_tree;

pub mod dependency;
pub mod error;

pub use cfg::{Config, ConfigBuilder};
pub use dependency::Dependency;
pub use execute::execute;