text_reader/
lib.rs

1pub use self::textreader::*;
2pub use self::detector::*;
3
4mod textreader;
5mod detector;