Module encode
weezl
0.1.8
Module encode
Module Items
Structs
In crate weezl
Modules
decode
encode
Structs
BufferResult
StreamResult
Enums
BitOrder
LzwError
LzwStatus
weezl
Module
encode
Copy item path
Settings
Help
Summary
Source
Expand description
A module for all encoding needs.
Structs
§
Encoder
The state for encoding data with an LZW algorithm.
Into
Stream
A encoding stream sink.
IntoVec
A encoding sink into a vector.