qrcode-rs 2.0.0

QR code encoder in Rust,Generate QR Code matrices and images in RAW, PNG and SVG formats.
Documentation
1
2
3
4
5
6
7
8
//! SVG rendering support.
//!
//! The implementation lives in the `qrcode-svg` crate and is re-exported here
//! to preserve the 1.x `qrcode_rs::render::svg` module path.

#![cfg(feature = "svg")]

pub use qrcode_svg::*;