Skip to content

Serde and optional parsing

Compare
Choose a tag to compare
@trishume trishume released this 25 May 14:35
· 771 commits to master since this release

This release switches the dump format from rustc-serialize to Serde, anyone using custom dumps will have to update them.

It also makes the parsing part of the library optional behind a feature flag, anyone not using the default feature flags probably will want to add the parsing flag.