Crates.io | cli-timer |
lib.rs | cli-timer |
version | 0.3.84 |
source | src |
created_at | 2019-03-09 02:12:05.478502 |
updated_at | 2019-07-14 23:28:47.813034 |
description | Program used to set a timer. |
homepage | https://github.com/GiorgiBeriashvili/cli-timer |
repository | https://github.com/GiorgiBeriashvili/cli-timer |
max_upload_size | |
id | 119565 |
size | 68,570 |
An interactive command-line interface timer application written in Rust.
Here is the basic demo of the application:
In order to build cli-timer, you need to have Rust programming language installed on your system. To install Rust (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.36.0 (a53f9df32 2019-07-03).
# Clone the repository
git clone https://github.com/GiorgiBeriashvili/cli-timer
cd cli-timer
# Compile the debug version
cargo build
# Run in the debug mode and print the help information
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: