1 2 3 4 5 6 7 8
#[test] fn test_compiler() { crate::codegen::CompileConfig::new() .add_proto_file("test.proto") .with_well_known_types() .compile_into("./test_codegen") .unwrap(); }