Skip to content

0.11.0

Compare
Choose a tag to compare
@gentoo90 gentoo90 released this 12 Jun 21:46
· 23 commits to master since this release
  • Migrate to the 2018 edition of Rust
  • Move the code from lib.rs to separate files
  • Use cfg-if instead of build.rs to fail build on non-windows systems
  • Reimplement deserialization logic, implement [de]serialization for byte arrays (#49)
  • Fix some typos and clippy warnings