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

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