notquiteamonad / date_time

date_time is a high-level Rust library for use in situations where precision beyond seconds is not necessary.
Apache License 2.0
8 stars 5 forks source link

Derive `Hash`, and serde's `Serialize` and `Deserialize` for `DateTuple`, `MonthTuple`, `TimeTuple` and `DateTimeTuple` #61

Closed flauntingspade4 closed 3 years ago

flauntingspade4 commented 3 years ago

The serde support is disabled by default, and behind the feature serde_support