Open
Description
naive::Days
and Months
are extremely unergonomic at the moment; it's impossible to recover the number of days/months once one has been constructed, and the constructors Days::new
and Months::new
are rather verbose.
Would it be possible for chrono
to provide From
and Into
impls for u64
/u32
(respectively) and/or make each integer pub
so users can construct and destructure them?
Metadata
Metadata
Assignees
Labels
No labels