chrono_ext 0.1.1

Unofficial extensions for chrono crate (custom week definitions)
Documentation
1
2
3
4
5
#[derive(Fail, Debug)]
pub enum Error {
    #[fail(display = "{} value is out of range (min: {} - max: {})", _0, _1, _2)]
    OutOfRange(u32, u32, u32),
}