1 /// protobuf crate version
2 pub const VERSION: &'static str = "3.2.0";
3 /// This symbol is used by codegen
4 #[doc(hidden)]
5 pub const VERSION_IDENT: &'static str = "VERSION_3_2_0";
6 /// This symbol can be referenced to assert that proper version of crate is used
7 pub const VERSION_3_2_0: () = ();
8