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.
std::time::DurationimplementsDefaultand uses a zero duration fordefault().Please add this possibility to humantime! I use the Duration in configuration options. However, it becomes quite verbose to
derivethings likeDefaultorserde::Deserializewith a#[serde(default)].I can also make a PR if wished.