rate_limiter 0.1.0

A RateLimit library come from redis-cell
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.time]
version = "0.1"

[lib]
crate-type = ["cdylib", "rlib"]
name = "rate_limiter"

[package]
authors = ["yangcancai <admin.com>"]
description = "A RateLimit library come from redis-cell"
edition = "2018"
homepage = "https://github.com/yangcancai/rate_limiter"
license = "Apache-2.0"
name = "rate_limiter"
repository = "https://github.com/yangcancai/rate_limiter/"
version = "0.1.0"