1 2 3 4 5 6 7 8 9 10 11 12 13
// SPDX-License-Identifier: MIT OR Apache-2.0 // DO NOT EDIT // This file is generated by build scripts. pub mod google { pub mod rpc { include!("google.rpc.rs"); } } pub mod common; pub mod machine; pub mod version;