Derive Macro RDC

Source
#[derive(RDC)]
{
    // Attributes available to this derive:
    #[serde]
}
Expand description

Derive macro for generating code for the rdc crate. Supported types are structs, enums and primitive types.