Tuv
Pure-Rust QR code encoder with SVG and PNG output.
The name Tuv follows QRS in the alphabet (Q, R, S ... T, U, V) — a nod to QR codes and sequential encoding.
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