简单的CLI QR码生成工具
作者: Dmitry Kozlovtsev
使用旧的Rust 2015
#26 in #maker
4KB
简单的CLI QR码生成器。
cargo install --git https://github.com/non-descriptive/qr-make
qr-maker --data="Hello, World!" --out="hello.png"
~1.5MB ~35K SLoC