1 2 3 4 5
#[cfg(feature = "protoc")] include!(concat!(env!("OUT_DIR"), "/vector_tile.rs")); #[cfg(not(feature = "protoc"))] include!("generated/vector_tile.rs");