serde_alias 0.0.2

An attribute macro to apply serde aliases to all struct fields
Documentation
1
2
3
4
5
6
7
error: custom attribute panicked
 --> $DIR/unknown_de_casing.rs:6:1
  |
6 | #[serde_alias(camelCase)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = help: message: unknown casing: camelCase try one of ["PascalCase", "CamelCase", "LowerCase", "UpperCase", "SnakeCase", "ScreamingSnakeCase", "KebabCase", "ScreamingKebabCase"]