Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@TedDriggs TedDriggs released this 10 May 20:02
· 5 commits to master since this release

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