A command-line interface for the Rust-QR repository
- A simple but powerful syntax
- Supports image saving
Simplist usage:
qrcli "hello world"
Further options include encoding control, error correction level control, QR code version control and output image sizing control. Run
qrcli --help
for the full documentation.
Building the project is simple. You need to have the basic Rust toolchain (rustc, cargo, etc.) installed.
First, download the whole repository by
git fetch --recursive "https://github.com/MilkFather/rust-qrcli.git"
Then go to the folder and run
cargo build
for development profile or
cargo build --release
for release profile.