http_reader 0.1.2

HttpReader with LruCache can be used for ZipArchive and etc.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.lru-cache]
version = ">=0.1.0"

[dependencies.reqwest]
features = ["blocking"]
version = ">=0.1.0"

[package]
authors = ["funh2029 <funh2029@outlook.com>"]
description = "HttpReader with LruCache can be used for ZipArchive and etc."
edition = "2021"
keywords = ["reader", "zip", "range", "http", "cache"]
license = "LGPL-3.0"
name = "http_reader"
readme = "README.md"
repository = "https://github.com/rust-org/lib-http-reader"
version = "0.1.2"