Expand description
Bounds-checked little-endian readers (panic-free on crafted offsets).
Registry cells are untrusted input; an out-of-range read yields a zero value instead of an out-of-bounds slice panic, keeping the parser panic-free even if a caller’s bounds guard is ever broken (defence-in-depth).