Module header_metadata

Module header_metadata 

Source
Expand description

This module provides a default implementation of the access functions for in-header metadata.

Structsยง

HeaderMetadataSpec
This struct stores the specification of a header metadata bit-set. It supports either bits metadata of 1-7 bits in the same byte, or u8/u16/u32/u64 at an offset of their natural alignment.

Constantsยง

BITS_IN_U16 ๐Ÿ”’
BITS_IN_U32 ๐Ÿ”’
BITS_IN_U64 ๐Ÿ”’
LOG_BITS_IN_U16 ๐Ÿ”’
LOG_BITS_IN_U32 ๐Ÿ”’
LOG_BITS_IN_U64 ๐Ÿ”’