Examples are available for several use-cases, check out the examples folder.
cargo new example
Add dependencies to this create to your Cargo.toml file:
toml
[dependencies.human-readable-time]
version = "0.2.0"
default-features = false
Use it 😉
The MSRV for this tool ist 1.56.0
since it uses rust 2021 edition features.
This project is licensed under the MIT License.