tailhook / humantime

A parser and formatter for std::time::{SystemTime, Duration}
Apache License 2.0
283 stars 34 forks source link

Aligns derived traits of wrapper types with the underlying types #39

Closed colstrom closed 12 months ago

colstrom commented 12 months ago

This change derives the following traits for the wrapper types, given that the underlying types also do the same.

Duration

Timestamp