Skip to main content

mx20022_translate/
lib.rs

1//! Bidirectional MT to MX translation for ISO 20022 messages.
2
3pub mod mappings;
4pub mod mt;