Module decode
weezl
0.1.8
Module decode
Module Items
Structs
Traits
In crate weezl
Modules
decode
encode
error
Structs
BufferResult
StreamResult
Enums
BitOrder
LzwError
LzwStatus
StreamBuf
Constants
MAX_CODESIZE
MAX_ENTRIES
STREAM_BUF_SIZE
Functions
assert_decode_size
assert_encode_size
Type Aliases
Code
weezl
Module
decode
Copy item path
Settings
Help
Summary
Source
Expand description
A module for all decoding needs.
Structs
§
Buffer
🔒
Decode
State
🔒
Decoder
The state for decoding data with an LZW algorithm.
Into
Stream
A decoding stream sink.
IntoVec
A decoding sink into a vector.
Link
🔒
LsbBuffer
🔒
MsbBuffer
🔒
Table
🔒
Traits
§
Code
Buffer
🔒
Stateful
🔒