mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 20:32:34 +00:00
add MultiUseMuliFormatReader
This should avoid the issues with frequent reuse of the generic version of the library. It has a much larger upfront cost, so it should only be used if the reader will be used multiple times. The helper functions do not use this reader. Fixes: #23
This commit is contained in:
@@ -89,6 +89,8 @@ pub mod pdf417;
|
||||
|
||||
mod multi_format_writer;
|
||||
pub use multi_format_writer::*;
|
||||
mod multi_use_multi_format_reader;
|
||||
pub use multi_use_multi_format_reader::*;
|
||||
|
||||
mod multi_format_reader;
|
||||
pub use multi_format_reader::*;
|
||||
|
||||
Reference in New Issue
Block a user