rxing 0.4.11

A rust port of the zxing barcode library.
Documentation
1
2
3
4
5
6
mod bit_matrix_parser;
pub mod decoded_bit_stream_parser;
pub mod maxicode_decoder;

pub use bit_matrix_parser::*;
pub use maxicode_decoder::*;