TUV
Pure-Rust QR code encoder with SVG and PNG output.
TUV, for QRs
Install
[]
= "0.1.0"
Usage
use QRCode;
let qr = new?;
let svg = qr.to_svg;
let png = qr.to_png;
ecc: Nonedefaults to ECC level M.version: Noneauto-selects the smallest QR version that fits the input.
CLI
An optional command-line tool lives in crates/tuv-cli:
License
MIT