yazi 0.2.0

DEFLATE/zlib compression and decompression.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[features]
default = ["std"]
std = []

[package]
authors = ["Chad Brokaw <cbrokaw@gmail.com>"]
categories = ["compression"]
description = "DEFLATE/zlib compression and decompression."
edition = "2018"
homepage = "https://github.com/dfrg/yazi"
keywords = ["deflate", "zlib", "compression", "decompression"]
license = "MIT OR Apache-2.0"
name = "yazi"
readme = "README.md"
repository = "https://github.com/dfrg/yazi"
version = "0.2.0"
[target."cfg(target_family = \"wasm\")".dev-dependencies.wasm-bindgen-test]
version = "0.3.37"