| Crates.io | qr-image |
| lib.rs | qr-image |
| version | 0.1.3 |
| created_at | 2025-04-02 16:31:44.277238+00 |
| updated_at | 2025-04-03 08:38:40.73313+00 |
| description | A simple CLI tool to generate a qr_code image for easy sharing and privately |
| homepage | |
| repository | https://github.com/Nkwenti-Severian-Ndongtsop/Rust-QR-Code-Generator.git |
| max_upload_size | |
| id | 1616796 |
| size | 91,425 |
A blazing-fast and simple command-line application to generate qr-image based on user arguments using Rust.
cargo run qr-image
export PATH="$HOME/.cargo/bin:$PATH"
qr-image [data] [format] [size]
Example:
qr-image [https://hub.docker.com/] [jpeg] [600]
qrcode - for generating the codeserde and serde_json - for parsing data typetokio for asynchronous runtime environmentimage for converting qrcode to image formatThis project is licensed under the MIT License.
Feel free to fork the repository, create issues, or submit pull requests!