human-readable-time

Crates.iohuman-readable-time
lib.rshuman-readable-time
version0.4.0
sourcesrc
created_at2021-10-21 10:25:07.081975
updated_at2021-11-01 09:48:46.849395
descriptionA data structure for managing a human readable time
homepage
repositoryhttps://github.com/flying7eleven/human-readable-time
max_upload_size
id468404
size42,504
(flying7eleven)

documentation

https://docs.rs/human-readable-time

README

human-readable-time

Build MIT License API docs crates.io

Getting Started

Examples are available for several use-cases, check out the examples folder.

  1. Create a new Rust project: cargo new example

  2. Add dependencies to this create to your Cargo.toml file:

    [dependencies.human-readable-time]
    version = "0.4.0"
    default-features = false
    
  3. 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.

Commit count: 40

cargo fmt