The collection of time-rs/time extensions for calendar
arithmetics, incomplete formats handling, imprecise time,
and other things time crate is not intended for.
#![forbid(unsafe_code)]#![feature(const_option)]// TODO Make everything const
// see https://github.com/xwde/timext/issues/2
modduration;pubuseduration::CalendarDuration;modfeature;pubusefeature::*;modextension;pubmodext{pubusecrate::extension::*;}