baoyachi / duration-str

duration string parser write by Rust.Playground:
https://baoyachi.github.io/duration-str/
30 stars 9 forks source link

Support negative durations for time crate #16

Open mbhall88 opened 1 year ago

mbhall88 commented 1 year ago

The time crate supports negative Duration, it would be cool if this crate also supported negative value in parse_time.

baoyachi commented 1 year ago

Good idea.I will support this idea later