This project is a QR code generator with plans to implement QR code reading functionality in the future. It allows users to create QR codes for various types of data.
- Generate QR codes from text input
- Save QR codes as image files
- Customize QR code size and error correction level
- QR code reading and decoding functionality
git clone https://github.com/x807x/qrcode_util.git
cd qrcode_util
cargo build --release
MIT License
Project Link: https://github.com/x807x/qrcode_util