Bincode Versions Save

A binary encoder / decoder implementation in Rust.

v1.3.3

3 years ago
  • Removed byteorder as a dependency

v1.3.2

3 years ago
  • Added Copy/Clone impls to WithOtherIntEncoding and WithOtherTrailing

v1.3.1

3 years ago
  • Fixed logic error in IoReader

v1.3.0

3 years ago
  • Removed UB in IoReader
  • Exposed serializer types
  • Added varint encoding
  • Modernize config system
  • Added option to reject trailing bytes during slice decoding

v1.2.1

4 years ago
  • Add impl Clone for bincode::Config (#282, thanks @jean-airoldie)
  • Fix Emscripten build failures associated with i128 support (#281, thanks @jstarry)

v1.2.0

4 years ago

v1.1.4

4 years ago
  • Specify required version of autcfg dependency (#268, thanks @quininer)

v1.1.3

5 years ago
  • Add "encoding" category to crates.io metadata (#264, thanks @kornelski)

v1.1.2

5 years ago
  • Bump byteorder dependency to require 1.3.0 which performs automatic detection of i128 support (#262)

v1.1.1

5 years ago