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§
- Swift
Field - Derive macro for SwiftField trait implementation
- Swift
Message - Derive macro for SwiftMessage trait implementation