timext-0.3.1 has been yanked.
timext
Also check out other xwde projects here.
The collection of time-rs/time extensions
for calendar arithmetics, incomplete formats handling, imprecise time, and other
things time crate is not intended for.
For details, see the main crate.
- Introduces
CalendarDurationand extendstime::Date,time::PrimitiveDateTimeandtime::OffsetDateTimewith several methods to enable arithmetic operations related to months and years. Additionally, attaches conversion methods toi64andf64to improve ease of use. Enabled with featuremonth.
use ;
use NumericCalendarDuration;
- Implements its own
time::Time,time::Date,time::PrimitiveDateTime, andtime::OffsetDateTimetypes, that are convertable from/to original, but allow incomplete time formats e.g.xx:24:xx.845,1998-xx-02or2016-08 14:xx. Enabled with featureparts.
Warning :
parsing&formattingare not yet implemented.
use ;
use ;