1
2
3
4
5
6
7
8
9
extern crate chrono;
#[macro_use]
extern crate failure;

pub mod error;
pub mod week;

pub use week::CustomWeek;
pub use week::WeekSpecification;