algorithm 0.1.1

http https proxy by rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.lazy_static]
version = "1.4.0"
[dev-dependencies.rand]
version = "0.8.5"

[package]
authors = ["tickbh <tickdream125@hotmail.com>"]
description = " http https proxy by rust"
edition = "2021"
keywords = ["algorithm", "lru", "lfu", "lru-k"]
license = "Apache-2.0"
name = "algorithm"
readme = "README.md"
repository = "https://github.com/tickbh/algorithm"
version = "0.1.1"
[profile.release]
opt-level = 3