Re-exports§
pub use derive::derive;
Modules§
Functions§
- Strip an enum’s type name from the prefix of an enum value.
- Converts a
camelCaseorSCREAMING_SNAKE_CASEidentifier to alower_snakecase Rust field identifier. - Converts a
snake_caseidentifier to anUpperCamelcase Rust type identifier.