9 releases
Uses old Rust 2015
0.1.9 | Jun 6, 2018 |
---|---|
0.1.8 | Jun 6, 2018 |
#63 in #qr
27 downloads per month
220KB
1.5K
SLoC
QR Encoder
A rust implementation of a QR generator. Uses the Image cargo package to generate a QR encoded image, and the rust implementation of the reed-solomon algorithm.
Currently in development, as you can see by these wonderful images!
When it works....
When it doesn't...
Oh man
What in the world?!
Install
run cargo install qr-encode
Use
from the compiled binaries path: ./qr-encode -v <VERSION> -m <MESSAGE>
Dependencies
~12MB
~76K SLoC