Module case

Module case 

Source
Expand description

Code to convert the Rust-styled field/variant (e.g. my_field, MyType) to the case of the source (e.g. my-field, MY_FIELD).

Structs§

ParseError

Enums§

RenameRule
The different possible ways to change case of fields in a struct, or variants in an enum.

Statics§

RENAME_RULES 🔒