1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

limitation clean up (#232)

* add license links to -limitation

* move tests to inline mod

* use cow str for limiter parameters

* add docs to all limitation items

* rename builder methods

* fix ignored tests

* update changelog

* fix ci
This commit is contained in:
Rob Ede
2022-03-20 00:40:34 +00:00
committed by GitHub
parent bb553b2308
commit 977e3141c9
20 changed files with 473 additions and 425 deletions

View File

@ -15,10 +15,12 @@ actix-utils = "3"
actix-web = { version = "4", default-features = false }
chrono = "0.4"
derive_more = "0.99.5"
log = "0.4"
redis = { version = "0.21", default-features = false, features = ["aio", "tokio-comp"] }
redis = { version = "0.21", default-features = false, features = ["tokio-comp"] }
time = "0.3"
[dev-dependencies]
actix-web = "4"
uuid = { version = "0.8", features = ["v4"] }
static_assertions = "1"