chrono_ext 0.1.1

Unofficial extensions for chrono crate (custom week definitions)
Documentation
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;