use Bytes;
/// Generates deterministic fixture bytes used across examples and tests.
///
/// The byte pattern is stable and nontrivial so callers can compare exact
/// slices without relying on random data.
/// Returns chunk-aligned offsets covering `len` bytes.
///
/// This is useful when a caller needs to touch each materialized chunk exactly
/// once without assuming anything about internal storage segmentation.