Skip to content

Releases: rkyv/rend

v0.2.3

17 May 16:37
Compare
Choose a tag to compare

This bugfix release extends atomic support to more WASM platforms.

v0.2.2

12 May 02:54
Compare
Choose a tag to compare

This bugfix release adds missing From implementations for a few primitives.

v0.2.1

11 May 17:28
Compare
Choose a tag to compare

This bugfix release fixes no_std support and adds feature documentation.

v0.2.0

11 May 16:59
Compare
Choose a tag to compare

This release reworks the fundamentals of the crate specifically to add const support. The generic Endian struct has been replaced by the separate NativeEndian, LittleEndian, and BigEndian structs and implementations are no longer generic.

v0.1.1

04 May 15:07
Compare
Choose a tag to compare

This bugfix release adds a few missing trait implementations for char.

v0.1.0

03 May 04:51
Compare
Choose a tag to compare

The initial release! 🎉
rend comes with a slew of endian-aware primitives that act as drop-in replacements for native-endian types.