Skip to content

Releases: TedDriggs/ident_case

v1.0.0

10 May 20:02
Compare
Choose a tag to compare

Initial release. This is a copy/paste of the code from serde with the following changes:

  1. RenameRule derives PartialEq and Eq
  2. RenameRule::default() now returns the no-op rename rule (previously, RenameRule didn't implement Default)
  3. Additional documentation and tests