prost-msg-build 0.2.0

A Protocol Buffers implementation for the Rust Language.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod a {
    include!("a.rs");
}
pub mod b {
    include!("b.rs");
}
pub mod c {
    include!("c.rs");
}
pub mod d {
    include!("d.rs");
}
pub mod e {
    include!("e.rs");
}
pub mod f {
    include!("f.rs");
}