A test project for researching Rust CLI development.
This is an experimental project created to explore and research various aspects of building command-line interface applications using Rust.
- Rust (latest stable version)
- Cargo
-
Download the latest release archive from the Releases page
-
Extract the archive:
unzip blaze.zip- Make the binary executable:
chmod +x blaze- (Optional) Move to a directory in your PATH:
sudo mv blaze /usr/local/bin/- Run the tool:
./blazecargo build --releasecargo runThis is a test/research project.