timext-0.1.0 has been yanked.
xwde: timext
Warning : The library is in active development. Expect breaking changes.
The collection of time-rs/time extensions
for calendar arithmetics, incomplete formats handling, imprecise time, and other
things time crate is not intended for.
- Introduces
timext:CalendarDurationand extendstime::Date,time::PrimitiveDateTime, andtime::OffsetDateTimewith several methods to enable arithmetic operations related to months and years. Additionally, attaches conversion methods toi64andf64to improve ease of use.
use ;
use NumericCalendarDuration;