lzxd 0.2.6

Decompression implementation for Microsoft's LZXD compression format.
Documentation
[dependencies]

[lib]
name = "lzxd"
path = "src/lib.rs"

[package]
authors = ["Lonami Exo <totufals@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["compression"]
description = """
Decompression implementation for Microsoft's LZXD compression format.
"""
documentation = "https://docs.rs/lzxd"
edition = "2021"
exclude = ["/tests", "/testdata"]
homepage = "https://github.com/Lonami/lzxd"
keywords = ["lzx", "lzxd", "xnb", "decompress"]
license = "MIT OR Apache-2.0"
name = "lzxd"
readme = "README.md"
repository = "https://github.com/Lonami/lzxd"
version = "0.2.6"