Simple and minimalist QR Code generator in Rust ✨
A lightweight GUI application fully developed in Rust and Iced that generates QR Codes from URLs and automatically copies the image to the clipboard. Perfect for anyone who wants to generate QR codes quickly and effortlessly.
- Rust (edition 2024)
- Iced — framework GUI
- qrcode — QR generation
- image — image processing
- arboard — clipboard
git clone https://github.com/eusebioleite/qr_rs.git
cd qr_rscargo runcargo build --releaseThe executable will be in target/release/qr_rs