Releases: bincode-org/bincode
Releases · bincode-org/bincode
v1.3.3
- Removed
byteorder
as a dependency
v1.3.2
- Added Copy/Clone impls to
WithOtherIntEncoding
and WithOtherTrailing
v1.3.1
- Fixed logic error in
IoReader
v1.3.0
- Removed UB in
IoReader
- Exposed serializer types
- Added varint encoding
- Modernize config system
- Added option to reject trailing bytes during slice decoding
v1.1.4
- Specify required version of autcfg dependency (#268, thanks @quininer)
v1.1.3
- Add "encoding" category to crates.io metadata (#264, thanks @kornelski)
v1.1.2
- Bump byteorder dependency to require 1.3.0 which performs automatic detection of i128 support (#262)