Expand description
Generic field parser and registry system for SWIFT MT fields
This module provides the core field parsing infrastructure with a generic SwiftField trait that all field types implement, plus an extensible registry system for dynamic field parsing.
Re-exports§
pub use crate::validator::FormatRules;
Structs§
- Swift
Message - Generic message structure
- Unknown
Field - Unknown field type for unsupported fields
Enums§
- Swift
Field Container - Container for all possible field types
Traits§
- Swift
Field - Generic trait that all SWIFT fields must implement
Functions§
- parse_
field_ from_ registry - Parse field using the registry
- register_
field_ parser - Register a custom field parser