anyreader-walker 0.2.1

A library for reading streams of compressed and uncompressed data without knowing the format in advance
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "anyreader-walker"
version = "0.2.1"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "A library for reading streams of compressed and uncompressed data without knowing the format in advance"

[dependencies]
anyreader = { path = "../anyreader", version = "0.3.1" }
tar = "0.4.44"
zip = "7.2.0"
bytes = "1.11.0"
smallvec = "1.13.2"

[dev-dependencies]
anyreader = { path = "../anyreader", features = ["test-utils"] }
zstd = "0.13.2"