Releases: zyansheep/rkyv_codec
Releases · zyansheep/rkyv_codec
0.4.0
Full Changelog: v0.3.1...v0.4.0
- Switched from
bytecheck::CheckBytes
to rkyv's re-export - More readable code in unsafe_archive_stream. + Fixed weird indexing bug.
- More performant (but slightly unsafe)
archive_stream
-ing using uninitialized buffers.
Release 0.3.1
Full Changelog: v0.3.0...v0.3.1
- Fixed support for Rust stable 1.66
- Updated dependencies
0.3.0
Release 0.2.0
- Add various sink and stream independent functions.
- Add unsafe version of stream function
- Bug fixes
Release 0.1.0
- Initial Release