Crate swift_mt_message_macros

Source

Attribute Macros§

field
Attribute macro for field specifications
serde_swift_fields
Attribute macro that automatically adds serde attributes based on field configurations Usage: #serde_swift_fields before #[derive(…)]
swift_message
Attribute macro for message type specifications

Derive Macros§

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