tuv 0.1.6

Pure-Rust QR code encoder with SVG and PNG output
Documentation
1
2
3
4
5
6
7
8
9
10
//! Matrix module — constructs the QR module grid.

pub mod function_patterns;
pub mod data_placement;
pub mod masking;
pub mod format_info;
pub mod version_info;

pub use self::function_patterns::{QRMatrix, Module};
pub use crate::error_correction::ECCLevel;