1
2
3
4
//! file reader library.

pub(crate) mod driver;
pub mod xlsx;