1 2 3 4 5 6 7
/// Well known types pub mod protobuf { include!(concat!(env!("OUT_DIR"), "/google.protobuf.rs")); } #[cfg(feature = "time")] mod helpers;