Crate embedded_huffman

Source

Structs§

BufferedPageReader
BufferedPageWriter
Decoder
A huffman decoder that reads successive tables and data from pages
Encoder
A huffman encoder that writes successive tables and data to pages

Enums§

DecompressionError
Decompression errors can be malformed data or the error from the FutureFn

Traits§

PageReader
A reader that reads pages from NAND
PageWriter

Type Aliases§

ReadPageFutureFn
A function that takes a mutable reference to the page and fills it with bytes from NAND The future returns true if there are more pages that could be read
WritePageFutureFn
A function that takes a reference to the page and writes it to NAND