mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 12:52:34 +00:00
continued progress on aztec, no pass
This commit is contained in:
@@ -1,13 +1,18 @@
|
||||
mod AztecDetectorResult;
|
||||
mod aztec_reader;
|
||||
mod aztec_writer;
|
||||
pub mod decoder;
|
||||
pub mod detector;
|
||||
pub mod encoder;
|
||||
|
||||
pub use aztec_reader::*;
|
||||
pub use aztec_writer::*;
|
||||
|
||||
#[cfg(test)]
|
||||
mod DecoderTest;
|
||||
// #[cfg(test)]
|
||||
// mod EncoderTest;
|
||||
// #[cfg(test)]
|
||||
// mod DetectorTest;
|
||||
#[cfg(test)]
|
||||
mod EncoderTest;
|
||||
#[cfg(test)]
|
||||
mod DetectorTest;
|
||||
|
||||
mod shared_test_methods;
|
||||
Reference in New Issue
Block a user