mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
qr_code partially working
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
pub mod detector;
|
||||
pub mod decoder;
|
||||
pub mod encoder;
|
||||
pub mod encoder;
|
||||
|
||||
mod qr_code_reader;
|
||||
pub use qr_code_reader::*;
|
||||
|
||||
mod qr_code_writer;
|
||||
pub use qr_code_writer::*;
|
||||
|
||||
#[cfg(test)]
|
||||
mod QRCodeWriterTestCase;
|
||||
Reference in New Issue
Block a user