anyreader-walker 0.2.0

A library for reading streams of compressed and uncompressed data without knowing the format in advance
Documentation
[dependencies.anyreader]
version = "0.2.0"

[dependencies.bytes]
version = "1.9.0"

[dependencies.smallvec]
version = "1.13.2"

[dependencies.tar]
version = "0.4.43"

[dependencies.zip]
version = "2.2.2"

[dev-dependencies.zstd]
version = "0.13.2"

[[example]]
name = "count_files"
path = "examples/count_files.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for reading streams of compressed and uncompressed data without knowing the format in advance"
edition = "2021"
license = "MIT"
name = "anyreader-walker"
readme = "README.md"
repository = "https://github.com/orf/archive-to-parquet"
version = "0.2.0"