Skip to main content

Crate qrcode_rust_shared

Crate qrcode_rust_shared 

Source
Expand description

QR Code Core Library

Shared core functionality for QR Code generation. Used by both qrcode-rust (full-featured) and qrcode-fast (performance-optimized).

Re-exports§

pub use qr_8bit_byte::QR8bitByte;
pub use qr_bit_buffer::BitBuffer;
pub use qr_code_model::QRErrorCorrectLevel;
pub use qr_code_model::QRMode;
pub use qr_math::QRMath;
pub use qr_polynomial::Polynomial;
pub use qr_rs_block::get_rs_blocks;
pub use qr_rs_block::QRRSBlock;

Modules§

qr_8bit_byte
QR Code 8-bit Byte Mode
qr_bit_buffer
QR Code Bit Buffer
qr_code_model
QR Code Model - Shared constants and types
qr_math
QR Code Math utilities - Galois Field operations
qr_polynomial
QR Code Polynomial - Galois Field polynomial operations
qr_rs_block
Reed-Solomon Block - RS block table and lookup
qr_util
QR Code utilities

Constants§

VERSION
Version information