/routine

Routine is a simple workout timer written in the Rust programming language

Primary LanguageRustMIT LicenseMIT

Routine

A simple workout timer written in Rust

Routine is a simple workout timer written in the Rust programming language. It uses the Piston game engine.

License

Routine is licensed under the MIT license.

Build instructions

Routine uses Cargo, the Rust package manager.

Assuming you are in the project top level directory:

$ cargo build
$ cargo run

Development

Contributions are welcomed!