rxing 0.8.6

A rust port of the zxing barcode library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod data_mask;
pub mod decoder;
pub mod detector;
mod qr_cpp_reader;

pub use qr_cpp_reader::QrReader;

mod bitmatrix_parser;

mod qr_type;
pub use qr_type::Type;

#[cfg(test)]
mod test;