makepad/libs/gif/weezl
Admin 4ddba62d4b engine libs: csg document, stitch simd, sim providers, teamtalk LAN voice, gltf writer, render, route and maps, bench hygiene
Squashed from work; the fine-grained history is under tag archive/work-2026-08-29:
- mp* wave: mpwm window manager + the mp app family, WM API, theme bridge, PDF engine fix
- mpwm polish wave: terminal key focus, focus-history close order, pop-back-to-origin, occupied-workspace cycling, demo
- work: land the sources the last commits reference
- route: the assistant icon the committed UI references
- fast_inflate: the benches name their dev-deps
- gif/weezl: drop the vendored benches nobody can run
- weezl: the decode tests generate their own LZW fixture
2026-08-29 09:26:27 +02:00
..
.github/workflows Added gif (#1083) 2026-05-18 22:47:53 +02:00
bin Added gif (#1083) 2026-05-18 22:47:53 +02:00
examples Added gif (#1083) 2026-05-18 22:47:53 +02:00
src engine libs: csg document, stitch simd, sim providers, teamtalk LAN voice, gltf writer, render, route and maps, bench hygiene 2026-08-29 09:26:27 +02:00
tests Remove widgets-dll, hotload_ui, and the weezl tokio test. 2026-08-18 14:45:09 +02:00
.cargo-ok Added gif (#1083) 2026-05-18 22:47:53 +02:00
.cargo_vcs_info.json Added gif (#1083) 2026-05-18 22:47:53 +02:00
.gitignore Added gif (#1083) 2026-05-18 22:47:53 +02:00
Cargo.toml Clean the public tree for a checkout other people can use. 2026-08-18 15:23:19 +02:00
Cargo.toml.orig Added gif (#1083) 2026-05-18 22:47:53 +02:00
Changes.md Added gif (#1083) 2026-05-18 22:47:53 +02:00
LICENSE-APACHE Added gif (#1083) 2026-05-18 22:47:53 +02:00
LICENSE-MIT Added gif (#1083) 2026-05-18 22:47:53 +02:00
README.md Added gif (#1083) 2026-05-18 22:47:53 +02:00

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.