lzw 0.9.0

LZW compression and decompression.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "lzw"
version = "0.9.0"
license = "MIT"
description = "LZW compression and decompression."
authors = ["nwin <nwin@users.noreply.github.com>"]
readme = "README.md"
repository = "https://github.com/nwin/lzw.git"

[features]
default = ["raii_no_panic"]
raii_no_panic = []