serde_derive::internals

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§

Enums§

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

Statics§