prost-msg-build 0.2.0

A Protocol Buffers implementation for the Rust Language.
Documentation
1
2
3
4
5
6
7
8
9
pub mod com {
    pub mod prost_test {
        pub mod test {
            pub mod v1 {
                include!("com.prost_test.test.v1.rs");
            }
        }
    }
}