mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
move ported cpp_shared resources
This commit is contained in:
0
src/qrcode/cpp_port/decoder/mod.rs
Normal file
0
src/qrcode/cpp_port/decoder/mod.rs
Normal file
2
src/qrcode/cpp_port/mod.rs
Normal file
2
src/qrcode/cpp_port/mod.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
pub mod decoder;
|
||||
// pub mod detector;
|
||||
@@ -8,6 +8,8 @@ pub use qr_code_reader::*;
|
||||
mod qr_code_writer;
|
||||
pub use qr_code_writer::*;
|
||||
|
||||
mod cpp_port;
|
||||
|
||||
#[cfg(test)]
|
||||
#[cfg(feature = "image")]
|
||||
mod QRCodeWriterTestCase;
|
||||
|
||||
Reference in New Issue
Block a user