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§
Enums§
- Rename
Rule - The different possible ways to change case of fields in a struct, or variants in an enum.