An interactive command-line interface timer application written in Rust.
In order to build cli-timer, you need to have Rust installed on your system. To install Rust programming language (alongside Cargo, which comes bundled with Rust), it's best to follow the official installation steps.
Building is guaranteed to work with Rust version 1.33.0 (2aa4c46cf 2019-02-28).
```sh
git clone https://github.com/0rganic/cli-timer cd cli-timer
cargo build --release
cargo run --release
cargo run -- -h ```
All notable changes to this project will be documented in the CHANGELOG.md file.
cli-timer is licensed under either of the following, at your option: