1
2
3
4
5
6
#![feature(duration_constants)]
#![feature(test)]
pub mod time;

mod ordinal;
pub use ordinal::ordinal;