camt053 0.4.0

CAMT.053 (ISO 20022) bank statement parser and MT940 converter
Documentation
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;