qr-image-0.1.3 is not a library.
Rust-QR-Image-Generator
A blazing-fast and simple command-line application to generate qr-image based on user arguments using Rust.
✨ Features
- 🚀 Many image formats
- 🔍 Supports command-line inputs for data
- 🌍 Any size argument input
🛠️ Installation
Prerequisites
- 🦀 Rust (latest stable version recommended)
▶️ Run the CLI
- Run this to install the package
- add this export PATH="$HOME/.cargo/bin:$PATH" to you shell configuration file e.g: ~/.zshrc ~/.bashrc
Example:
📦 Dependencies
- 🌐
qrcode- for generating the code - 📜
serdeandserde_json- for parsing data type - 📜
tokiofor asynchronous runtime environment - 📜
imagefor converting qrcode to image format
🛡️ Error Handling
- The CLI gracefully handles network errors and invalid arguments inputs.
- If an error occurs, it provides a meaningful error message.
📜 License
This project is licensed under the MIT License.
🤝 Contribution
Feel free to fork the repository, create issues, or submit pull requests!