Initial release. This is a copy/paste of the code from serde
with the following changes:
RenameRule
derivesPartialEq
andEq
RenameRule::default()
now returns the no-op rename rule (previously,RenameRule
didn't implementDefault
)- Additional documentation and tests