bouzuya / googleapis-tonic

Google APIs client libraries generated by tonic-build
1 stars 0 forks source link

Re-export modules #19

Closed bouzuya closed 2 months ago

bouzuya commented 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) ?

bouzuya commented 2 months ago

https://github.com/bouzuya/googleapis-tonic/commit/e368c00d6b8182ccce87b103447a73d1eeeeb6ac