Skip to main content

chrono_ext/
lib.rs

1extern crate chrono;
2#[macro_use]
3extern crate failure;
4
5pub mod error;
6pub mod week;
7
8pub use week::CustomWeek;
9pub use week::WeekSpecification;