Import zstd 0.12.3+zstd.1.5.2 upstream upstream/0.12.3
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 4 Apr 2023 00:52:54 +0000 (09:52 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 4 Apr 2023 00:52:54 +0000 (09:52 +0900)
commit02a8c6191471cc0bff86d0b7b1d6345656241011
tree74cfb8640f997b1aa5eccb56c23d0ae595b997b9
Import zstd 0.12.3+zstd.1.5.2
38 files changed:
.cargo_vcs_info.json [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
.github/workflows/linux.yml [new file with mode: 0644]
.github/workflows/macos.yml [new file with mode: 0644]
.github/workflows/windows.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
.travis.yml [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]
Readme.md [new file with mode: 0644]
appveyor.yml [new file with mode: 0644]
assets/example.txt [new file with mode: 0644]
examples/benchmark.rs [new file with mode: 0644]
examples/stream.rs [new file with mode: 0644]
examples/train.rs [new file with mode: 0644]
examples/zstd.rs [new file with mode: 0644]
examples/zstdcat.rs [new file with mode: 0644]
rustfmt.toml [new file with mode: 0644]
src/bulk/compressor.rs [new file with mode: 0644]
src/bulk/decompressor.rs [new file with mode: 0644]
src/bulk/mod.rs [new file with mode: 0644]
src/bulk/tests.rs [new file with mode: 0644]
src/dict.rs [new file with mode: 0644]
src/lib.rs [new file with mode: 0644]
src/stream/functions.rs [new file with mode: 0644]
src/stream/mod.rs [new file with mode: 0644]
src/stream/raw.rs [new file with mode: 0644]
src/stream/read/mod.rs [new file with mode: 0644]
src/stream/read/tests.rs [new file with mode: 0644]
src/stream/tests.rs [new file with mode: 0644]
src/stream/write/mod.rs [new file with mode: 0644]
src/stream/write/tests.rs [new file with mode: 0644]
src/stream/zio/mod.rs [new file with mode: 0644]
src/stream/zio/reader.rs [new file with mode: 0644]
src/stream/zio/writer.rs [new file with mode: 0644]
tests/issue_182.rs [new file with mode: 0644]