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