Module chd::read

source ·
Expand description

Helpers and adapters for reading CHD files and hunks.

§Usage

These adapters provide Read + Seek implementations over individual hunks and files by keeping an internal buffer of decompressed hunk data. For the best performance and flexibility, Hunk::read_hunk_in should be used which will avoid unnecessary buffering.

Structs§