aboutsummaryrefslogtreecommitdiff
path: root/vendor/weezl/README.md
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-07-19 15:37:58 +0300
committerValentin Popov <valentin@popov.link>2024-07-19 15:37:58 +0300
commita990de90fe41456a23e58bd087d2f107d321f3a1 (patch)
tree15afc392522a9e85dc3332235e311b7d39352ea9 /vendor/weezl/README.md
parent3d48cd3f81164bbfc1a755dc1d4a9a02f98c8ddd (diff)
downloadfparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.tar.xz
fparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.zip
Deleted vendor folder
Diffstat (limited to 'vendor/weezl/README.md')
-rw-r--r--vendor/weezl/README.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/weezl/README.md b/vendor/weezl/README.md
deleted file mode 100644
index 456b866..0000000
--- a/vendor/weezl/README.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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.