moment 0.1.0

Moment.js for Rust
Documentation
#[derive(Debug, Clone, Eq, PartialEq, PartialOrd, Hash)]
pub enum UnitOfTime {
    Nanosecond,
    Microsecond,
    Millisecond,
    Second,
    Minute,
    Hour,
    Day,
    IsoWeek,
    Week,
    Quarter,
    Month,
    Year,
}