mx20022_model/lib.rs
1//! Generated and hand-written types for ISO 20022 financial messages.
2//!
3//! # Feature flags
4//!
5//! Each message family is behind a feature flag:
6//! - `head` — Business Application Header (`head.001`)
7//! - `pacs` — Payments Clearing and Settlement (`pacs.002`, `pacs.008`)
8//! - `pain` — Payment Initiation (future)
9//! - `camt` — Cash Management (future)
10//! - `all` — enables all families
11
12pub mod common;
13pub mod generated;