Module ruzstd::blocks::literals_section

source ·
Expand description

Utilities and representations for the first half of a block, the literals section. It contains data that is then copied from by the sequences section.

Structs§

  • A compressed block consists of two sections, a literals section, and a sequences section. This is the first of those two sections. A literal is just any arbitrary data, and it is copied by the sequences section

Enums§