| Crates.io | human-readable-time |
| lib.rs | human-readable-time |
| version | 0.4.0 |
| created_at | 2021-10-21 10:25:07.081975+00 |
| updated_at | 2021-11-01 09:48:46.849395+00 |
| description | A data structure for managing a human readable time |
| homepage | |
| repository | https://github.com/flying7eleven/human-readable-time |
| max_upload_size | |
| id | 468404 |
| size | 42,504 |
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 😉
The MSRV for this tool ist 1.56.0 since it uses rust 2021 edition features.
This project is licensed under the MIT License.