# QR Encoder
A rust implementation of a QR generator. Uses the [Image](https://github.com/PistonDevelopers/image) cargo package to generate a QR encoded image, and the rust implementation of the [reed-solomon](https://github.com/mersinvald/reed-solomon-rs) 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>`