rustdrivesync 1.1.1

Production-ready CLI tool for one-way file synchronization with Google Drive. Features: dependency injection, rate limiting, retry with backoff, parallel uploads, and comprehensive documentation.
Documentation
1
2
3
4
5
6
7
pub mod loader;
pub mod schema;
pub mod validator;

pub use loader::load_config;
pub use schema::Config;
pub use validator::validate_config;