rattler_macros

Attribute Macro sorted

Source
#[sorted]
Expand description

Macro for enforcing alphabetical order on Structs and Enums.

This macro will not automatically sort it for you; rather, it will fail to compile if the fields are not defined alphabetically.