1 2 3 4 5 6 7 8 9 10 11 12 13
# quircs > QR Scanner in Rust. Ported from [quirc](https://github.com/dlbeer/quirc). ## CLI Example ``` $ cargo build --release --example qrtest $ qrtest <path-to-image> ```