[go: up one dir, main page]

Module rkyv::util[][src]

Utilities for common archive operations.

Alignment helpers ensure that byte buffers are properly aligned when accessing and deserializing data.

Structs

Aligned

Wraps a type and aligns it to 16 bytes.

AlignedVec

A vector of bytes that aligns its memory to 16 bytes.