toggl_rs/
lib.rs

1#[cfg(feature = "client")]
2pub mod client;
3
4pub mod error;
5pub mod model;
6
7#[cfg(all(test, feature = "client"))]
8mod tests;