zstd:chunked in Rust
Go to file
Allison Karlitskaya b64af694ed Cargo.toml: release 0.2.0
Signed-off-by: Allison Karlitskaya <allison.karlitskaya@redhat.com>
2025-06-02 15:13:24 +02:00
.github/workflows .github/workflows: add some workflows 2025-06-02 15:13:24 +02:00
docs Initial commit 2025-05-29 02:06:15 +02:00
examples examples: add a pull example 2025-06-02 10:53:16 +02:00
src lib: drop the idea of multiple chunks per file 2025-06-02 15:13:24 +02:00
.gitignore Initial commit 2025-05-29 02:06:15 +02:00
Cargo.toml Cargo.toml: release 0.2.0 2025-06-02 15:13:24 +02:00
LICENSE-APACHE Initial commit 2025-05-29 02:06:15 +02:00
LICENSE-MIT Initial commit 2025-05-29 02:06:15 +02:00
README.md Initial commit 2025-05-29 02:06:15 +02:00

README.md

zstd-chunked-rs

This is a simple library to help read zstd:chunked-encoded files.

There's also file format documentation here.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.