http_reader 0.2.2

HttpReader with cache can be used for ZipArchive, sevenz-rust and etc.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
edition = "2021"
name = "http_reader"
version = "0.2.2"
authors = ["funh2029 <funh2029@outlook.com>"]
description = "HttpReader with cache can be used for ZipArchive, sevenz-rust and etc."
repository = "https://github.com/rust-org/lib-http-reader"
readme = "README.md"
license = "LGPL-3.0"
keywords = ["reader", "zip", "7z", "range", "http"]

[dependencies]
reqwest = { version = ">=0.1.0", features = ["blocking"] }
lru-cache = ">=0.1.0"