Skip to content

A command-line interface for the Rust-QR repository

License

Notifications You must be signed in to change notification settings

MilkFather/rust-qrcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust-QRCLI

A command-line interface for the Rust-QR repository

Rust

Features

  • A simple but powerful syntax
  • Supports image saving

Usage

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.

Build by yourself

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.

About

A command-line interface for the Rust-QR repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages