mx20022-model 0.2.0

Strongly-typed ISO 20022 message models generated from official XSD schemas (pacs, pain, camt, head)
Documentation
1
2
3
4
5
6
7
8
//! Hand-written shared types used across generated message modules.

mod builder;
mod choice;
pub mod validate;

pub use builder::BuilderError;
pub use choice::ChoiceWrapper;