Expand description
Shared byte array conversion utilities.
Used by both compress and archive modules for converting between
Shape’s Array<int> representation and Rust Vec<u8>.
Functions§
- bytes_
from_ array - Extract a byte array (
Array<int>) from a ValueWord into aVec<u8>. - bytes_
to_ array - Convert a
Vec<u8>into a ValueWordArray<int>.