zedbar 0.2.5

Pure Rust barcode and QR code scanning library supporting multiple formats
Documentation
1
2
3
4
5
6
7
8
//! QR Code decoding support
//!
//! This module contains Rust implementations of QR code decoding functionality

pub(crate) mod bch15_5;
pub(crate) mod binarize;
pub(crate) mod qrdec;
pub(crate) mod util;