pragma-common 0.4.1

Pragma Common types for Rust
Documentation
1
2
3
4
5
fn main() {
    if std::env::var("CARGO_FEATURE_PROTO").is_ok() {
        prost_build::compile_protos(&["./schema/entries.proto"], &["./schema/"]).unwrap();
    }
}