duration-str icon indicating copy to clipboard operation
duration-str copied to clipboard

duration string parser write by Rust.Playground:

Results 10 duration-str issues
Sort by recently updated
recently updated
newest added

enhancement
good first issue

It seems like Humantime hasn't been updated for three years, so we should be compatible with it. Ref:https://crates.io/crates/humantime

enhancement

See detail:https://docs.rs/humantime/2.1.0/humantime/fn.format_duration.html

The [`time` crate supports negative `Duration`](https://docs.rs/time/latest/time/struct.Duration.html), it would be cool if this crate also supported negative value in `parse_time`.

enhancement
v0.9