1
2
3
4
5
6
7
8
9
10
11
mod constants;
mod encoding;
mod file;
mod text_data;
mod utf16;

pub use encoding::Encoding;
pub use file::File;
pub use file::FileContent;
pub use text_data::TextData;
pub use text_data::TextDataError;