rxing 0.8.5

A rust port of the zxing barcode library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod bit_matrix_parser;
mod data_block;
mod datamatrix_decoder;
mod version;

pub use bit_matrix_parser::*;
pub use data_block::*;
pub use datamatrix_decoder::*;
pub use version::*;

pub mod decoded_bit_stream_parser;