Structs§
- Buffered
Page Reader - Buffered
Page Writer - 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§
- Decompression
Error - Decompression errors can be malformed data or the error from the FutureFn
Traits§
- Page
Reader - A reader that reads pages from NAND
- Page
Writer
Type Aliases§
- Read
Page Future Fn - 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
- Write
Page Future Fn - A function that takes a reference to the page and writes it to NAND