#qr #generator #cli #image #encoder

bin+lib qr-encode

A simple CLI QR Code generator

9 releases

Uses old Rust 2015

0.1.9 Jun 6, 2018
0.1.8 Jun 6, 2018

#60 in #qr

MIT license

220KB
1.5K SLoC

Rust 1K SLoC // 0.1% comments Python 205 SLoC // 0.0% comments

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....

Hello?

When it doesn't...

Whoops

Oh man

Oh man

What in the world?!

What in the world?!

Install

run cargo install qr-encode

Use

from the compiled binaries path: ./qr-encode -v <VERSION> -m <MESSAGE>

Dependencies

~12MB
~75K SLoC