Import miniz_oxide 0.7.1 upstream upstream/0.7.1
authorRoy7Kim <myoungwoon.kim@samsung.com>
Wed, 22 Mar 2023 06:28:48 +0000 (15:28 +0900)
committerRoy7Kim <myoungwoon.kim@samsung.com>
Wed, 22 Mar 2023 06:28:48 +0000 (15:28 +0900)
commit7633d379e11927928ff77372345e12dd73fccf4f
treec265dd6227bba0c770b933809439afd1d7605f7b
Import miniz_oxide 0.7.1
18 files changed:
.cargo_vcs_info.json [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
Cargo.toml.orig [new file with mode: 0644]
LICENSE [new file with mode: 0644]
LICENSE-APACHE.md [new file with mode: 0644]
LICENSE-MIT.md [new file with mode: 0644]
LICENSE-ZLIB.md [new file with mode: 0644]
Readme.md [new file with mode: 0644]
src/deflate/buffer.rs [new file with mode: 0644]
src/deflate/core.rs [new file with mode: 0644]
src/deflate/mod.rs [new file with mode: 0644]
src/deflate/stream.rs [new file with mode: 0644]
src/inflate/core.rs [new file with mode: 0644]
src/inflate/mod.rs [new file with mode: 0644]
src/inflate/output_buffer.rs [new file with mode: 0644]
src/inflate/stream.rs [new file with mode: 0644]
src/lib.rs [new file with mode: 0644]
src/shared.rs [new file with mode: 0644]