[go: up one dir, main page]

weezl 0.0.1

Fast LZW compression and decompression.
Documentation
[[bench]]
harness = false
name = "msb8"

[[bin]]
bench = false
name = "lzw"
path = "bin/lzw.rs"
[dev-dependencies.criterion]
version = "0.3.1"

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

[lib]
bench = false
name = "weezl"

[package]
authors = ["HeroicKatora <andreas.molzer@gmx.de>"]
description = "Fast LZW compression and decompression."
license = "MIT/Apache-2.0"
name = "weezl"
readme = "README.md"
repository = "https://github.com/image-rs/lzw.git"
version = "0.0.1"