timediff 0.2.1

🦀 Rust library for printing human readable, relative time differences
Documentation
timediff
========

**Status: stable**

[Documentation](https://docs.rs/timediff) |
[Github](https://github.com/lryong/timediff) |
[Crate](https://crates.io/crates/timediff)

Features:

* Parses and prints human readable, relative time differences. 
* Parses `std::time::Duration` to a human readable, relative time differences string.
* Parsed result is based on ranges defined in the [Day.js]https://day.js.org/docs/en/display/from-now

License
=======

This package is licensed under MIT license. See [LICENSE](https://github.com/lryong/timediff/blob/main/LICENSE) for details.

Credits
=======

- Inspired by[mergestat/timediff]https://github.com/mergestat/timediff