quickcodes 0.1.0

Universal Barcode & QR Toolkit - Generate and read 1D and 2D codes with high performance
Documentation
1
2
3
4
5
6
7
8
//! Export modules for different formats

pub mod png;
pub mod svg;

// Re-export exporter functions
pub use png::export_png;
pub use svg::export_svg;