pub fn parse_duration(s: &str) -> Result<Duration>
Parses <N><unit> where unit is one of m/h/d/w.
<N><unit>