Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

0.2.0

Compare
Choose a tag to compare
@gnieto gnieto released this 03 Jun 12:14
· 125 commits to master since this release

Changelog

  • Force Travis to install last rustfmt version
  • Added a vagrant image to run fuzzing tests with cargo-fuzz
  • Added fuzz tests for each of the parsers and fix the issues found while running
  • Create folders recursively while exporting an APK
  • Reworked some internal structures and removed unnecessary structs
  • Renamed to_owned methods to to_buffer to avoid confusions with ToOwned trait