Crate tap_msg_derive

Source
Expand description

Procedural derive macro for implementing TAP message traits.

This crate provides the #[derive(TapMessage)] macro that automatically implements both TapMessage and MessageContext traits based on field attributes.

Derive Macrosยง

TapMessage
Procedural derive macro for implementing TapMessage, MessageContext, and optionally TapMessageBody traits.
TapMessageBody