Skip to main content

Module data

Module data 

Source
Expand description

Low-level data access primitives for FDT parsing.

This module provides raw data access types for reading FDT binary format, including bytes slices, readers, and various iterators.

Structsยง

Bytes
A view into a byte slice with a specific range.
Reader
Sequential reader for parsing FDT data structures.
StrIter
Iterator over null-terminated strings in FDT data.
U32Iter
Iterator over u32 values in FDT data.