A command-line collection of small Rust-based experiments such as a calculator, hello world demo, and more to come.
- CLI build program launcher
- Modular structure which allows for many experiments to be started via the shell
- Experiments:
- HelloWorld
- Calculator
Make sure that Homebrew is installed and working: https://brew.sh/
brew tap mueller-mike/rust-experiments
brew install rust-experimentsThere are no external dependencies for this application. Rust and Cargo are only required if building from source.
Mike Müller - mike.mueller28@outlook.com