Skip to main content

org_gdocs/google/
mod.rs

1//! Google API integration: the Docs/Drive hubs and index arithmetic.
2
3pub mod client;
4pub mod docs;
5pub mod drive;
6pub mod utf16;