human-readable-time 0.4.0

A data structure for managing a human readable time
Documentation
# human-readable-time

[![Build](https://github.com/flying7eleven/human-readable-time/actions/workflows/build.yml/badge.svg)](https://github.com/flying7eleven/human-readable-time/actions/workflows/build.yml)
[![MIT License](http://img.shields.io/badge/license-MIT-9370d8.svg?style=flat)](http://opensource.org/licenses/MIT)
[![API docs](https://img.shields.io/badge/API-documentation-blue.svg)](https://docs.rs/human-readable-time)
[![crates.io](https://img.shields.io/crates/v/human-readable-time.svg)](https://crates.io/crates/human-readable-time)

## Getting Started

> Examples are available for several use-cases, check out the [examples folder]https://github.com/flying7eleven/human-readable-time/tree/main/examples.

1. Create a new Rust project: `cargo new example`
2. Add dependencies to this create to your **Cargo.toml** file:

    ```toml
    [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.