mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
accidentally deleted, repair
This commit is contained in:
7
src/common/detector/mod.rs
Normal file
7
src/common/detector/mod.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
mod MonochromeRectangleDetector;
|
||||
mod WhiteRectangleDetector;
|
||||
|
||||
pub mod MathUtils;
|
||||
|
||||
pub use MonochromeRectangleDetector::*;
|
||||
pub use WhiteRectangleDetector::*;
|
||||
Reference in New Issue
Block a user