Releases: TedDriggs/ident_case
Releases · TedDriggs/ident_case
v1.0.0
Initial release. This is a copy/paste of the code from serde
with the following changes:
RenameRule
derives PartialEq
and Eq
RenameRule::default()
now returns the no-op rename rule (previously, RenameRule
didn't implement Default
)
- Additional documentation and tests