tftio-org-gdocs 0.1.3

Sync org-mode documents to Google Docs and pull reviewer comments back into org-mode
Documentation
1
2
3
4
5
6
//! Google API integration: the Docs/Drive hubs and index arithmetic.

pub mod client;
pub mod docs;
pub mod drive;
pub mod utf16;