7 releases (4 breaking)
0.4.0 | Nov 1, 2021 |
---|---|
0.3.0 | Oct 26, 2021 |
0.2.0 | Oct 23, 2021 |
0.1.2 | Oct 22, 2021 |
0.0.1 | Oct 21, 2021 |
#248 in Value formatting
23KB
320 lines
human-readable-time
Getting Started
Examples are available for several use-cases, check out the examples folder.
-
Create a new Rust project:
cargo new example
-
Add dependencies to this create to your Cargo.toml file:
[dependencies.human-readable-time] version = "0.4.0" default-features = false
-
Use it 😉
Minimum Supported Rust Version (MSRV)
The MSRV for this tool ist 1.56.0
since it uses rust 2021 edition features.
License
This project is licensed under the MIT License.
Dependencies
~3.5–5.5MB
~85K SLoC