humantime
humantime copied to clipboard
Please impl Default for humantime::Duration
std::time::Duration implements Default and uses a zero duration for default().
Please add this possibility to humantime! I use the Duration in configuration options. However, it becomes quite verbose to derive things like Default or serde::Deserialize with a #[serde(default)].
I can also make a PR if wished.