Crate cstr_enum_derive[][src]

Derive Macros

AsCStr

Derive macro for the AsCStr trait. May only be applied to enums.

FromCStr

Derive macro for the FromCStr trait. May only be applied to enums whose variants have no fields.