The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated rkyv to 0.8 (thanks to @thestarmaker)
- Trait
IsBinary
has been removed. - Instead, the traits
HybridEncoder
andHybridDecoder
now provide the methodsis_binary_encoder
andis_binary_decoder
respectively.
- Added
MiniserdeCodec
- Added
SerdeLite
wrapper for serde based codecs - Added
JsonSerdeWasmCodec
- Added
RkyvCodec
Initial release.