abrasion/third_party/cargo/vendor/weezl-0.1.4
q3k 4a50bbf00d third_party/cargo: re-raze, fix winapi for windows 2021-05-03 23:43:36 +02:00
..
benches third_party/cargo: update 2021-04-03 16:13:10 +00:00
bin third_party/cargo: update 2021-04-03 16:13:10 +00:00
examples third_party/cargo: update 2021-04-03 16:13:10 +00:00
src third_party/cargo: update 2021-04-03 16:13:10 +00:00
tests third_party/cargo: update 2021-04-03 16:13:10 +00:00
.cargo-checksum.json third_party/cargo: update 2021-04-03 16:13:10 +00:00
BUILD.bazel third_party/cargo: re-raze, fix winapi for windows 2021-05-03 23:43:36 +02:00
Cargo.lock third_party/cargo: update 2021-04-03 16:13:10 +00:00
Cargo.toml third_party/cargo: update 2021-04-03 16:13:10 +00:00
Changes.md third_party/cargo: update 2021-04-03 16:13:10 +00:00
LICENSE-APACHE third_party/cargo: update 2021-04-03 16:13:10 +00:00
LICENSE-MIT third_party/cargo: update 2021-04-03 16:13:10 +00:00
README.md third_party/cargo: update 2021-04-03 16:13:10 +00:00

README.md

weezl

LZW en- and decoding that goes weeeee!

Overview

This library, written in purely safe and dependency-less Rust, provides encoding and decoding for lzw compression in the style as it occurs in gif and tiff image formats. It has a standalone binary that may be used to handle those data streams but it is not compatible with Spencer's compress and uncompress binaries (though a drop-in may be developed at a later point).

Using in a no_std environment is also possible though an allocator is required. This, too, may be relaxed in a later release. A feature flag already exists but currently turns off almost all interfaces.

License

All code is dual licensed MIT OR Apache-2.0.