reorganize some impl blocks

This commit is contained in:
Henry Schimke
2023-03-20 15:33:01 -05:00
parent 0df86d4fd4
commit 372bb454c0
6 changed files with 53 additions and 46 deletions

View File

@@ -1,4 +1,5 @@
mod bitmatrix;
mod base_extentions;
pub mod bitmatrix_cursor;
pub mod bitmatrix_cursor_trait;
pub mod concentric_finder;
@@ -8,7 +9,6 @@ pub mod edge_tracer;
pub mod fast_edge_to_edge_counter;
pub mod matrix;
pub mod pattern;
mod qr_formatinformation;
pub mod regression_line;
pub mod regression_line_trait;
pub mod step_result;