Crate swift_mt_message_macros

Crate swift_mt_message_macros 

Source
Expand description

§Swift MT Message Macros - Clean Rewrite

This crate provides derive macros for generating SWIFT MT message parsing and serialization code. The implementation focuses on clean architecture, robust error handling, and high performance.

Attribute Macros§

serde_swift_fields
Attribute macro for automatic serde field generation

Derive Macros§

SwiftField
Derive macro for SwiftField trait implementation
SwiftMessage
Derive macro for SwiftMessage trait implementation