dateutil 0.1.3

Fast date utility library — parser, relativedelta, rrule, timezone (Rust reimplementation of python-dateutil)
Documentation
1
2
3
4
5
6
7
pub mod common;
pub mod easter;
pub mod error;
pub mod parser;
pub mod relativedelta;
pub mod rrule;
pub mod tz;