v0.3.3
Added
- New enum:
utc2k::Month
FmtUtc2k::eq::<&str>
FmtUtc2k::eq::<&String>
FmtUtc2k::eq::<String>
FmtUtc2k::to_rfc2822
Utc2k::from::<FmtUtc2k>
Utc2k::from_rfc2822
Utc2k::month_enum
Utc2k::to_rfc2822
Weekday::add::<u8>
..Weekday::add::<u64>
and correspondingAddAssign
sWeekday::eq::<u8>
..Weekday::eq::<u64>
Weekday::from::<u8>
..Weekday::from::<u64>
Weekday::now
Weekday::sub::<u8>
..Weekday::sub::<u64>
and correspondingSubAssign
sWeekday::tomorrow
Weekday::try_from::<&str>
Weekday::try_from::<String>
Weekday::yesterday
Changed
- Performance optimizations for
Utc2k::sub::<u32>
Weekday
is now represented as au8
Deprecated
Weekday::as_u8