1 2 3 4 5 6 7 8 9
mod abnamro; mod export; mod model; mod mt940; pub use model::{SimpleStatement, SimpleStatements, SimpleTransaction}; #[cfg(test)] pub use model::fixtures::TEST_XML;