datetime 0.5.2

Library for date and time formatting and arithmetic
Documentation
1
2
3
4
5
6
pub(crate) mod iso;

#[cfg(feature="format")]
pub mod custom;

pub(crate) use cal::fmt::iso::ISO;