1 2 3 4 5 6 7 8 9 10 11
#[path = "google"] pub mod cloud { #[path = "./"] pub mod conformace { #[path = "./"] pub mod bigtable { #[path = "google.cloud.conformance.bigtable.v2.rs"] pub mod v2; } } }