Closed bouzuya closed 2 months ago
https://crates.io/crates/googleapis-tonic-google-firestore-v1
pub mod google { pub mod api { pub(crate) use googleapis_tonic_google_api::google::api::*; } pub mod firestore { pub mod v1 { include!("vec_u8_hash_map/google.firestore.v1.rs"); } } // ... }
why pub(crate) ?
pub(crate)
https://github.com/bouzuya/googleapis-tonic/commit/e368c00d6b8182ccce87b103447a73d1eeeeb6ac
https://crates.io/crates/googleapis-tonic-google-firestore-v1
why
pub(crate)
?