http_reader 0.1.0

A HttpReader with LruCache use for ZipArchive and etc.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "http_reader"
version = "0.1.0"
authors = ["funh2029 <funh2029@outlook.com>"]
description = "A HttpReader with LruCache use for ZipArchive and etc."
repository = "https://github.com/funh2029/http_reader"
readme = "README.md"
license = "LGPL-3.0"
keywords = ["reader", "zip", "range", "http"]

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