1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
extern crate byteorder;
extern crate encoding;
extern crate image;

#[cfg(feature = "qrcode_builder")]
extern crate qrcode;

pub mod consts;
pub mod device;
pub mod img;
pub mod printer;