rxing 0.4.11

A rust port of the zxing barcode library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod aztec_code;
mod binary_shift_token;
mod high_level_encoder;
mod simple_token;
mod state;
mod token;

pub mod aztec_encoder;

pub use aztec_code::*;
pub use binary_shift_token::*;
pub use high_level_encoder::*;
pub use simple_token::*;
pub use state::*;
pub use token::*;