gin-tonic 0.4.5

main gin-tonic crate - rust protobuf with gin and tonic
Documentation
1
2
3
4
5
6
7
8
9
#[test]
fn test_compiler() {
    crate::codegen::CompileConfig::new()
        .add_proto_file("test.proto")
        .with_well_known_types()
        // .include(&[".."])
        .compile_into("./test_codegen")
        .unwrap();
}