A simple tool for reading QR-Codes from images and creating QR-Codes from data.
It just puts a CLI in font of the bardecoder and qrcode-rust libraries.
cargo run -- decode -i image_with_qr_code.png
echo -n "This is a test"| cargo run -- encode -o image_with_qr_code.png