1
2
3
4
5
6
//! De-/serialization functions for `std::time::Duration` objects

pub mod ms;
pub mod opt_ms;
pub mod opt_secs;
pub mod secs;