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