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(); }