TerminalWitchcraft / actix-ratelimit

Rate limiter framework for Actix web
MIT License
127 stars 25 forks source link

fixed memory module to be enabled when memory feature is enabled #12

Closed tglman closed 3 years ago

tglman commented 3 years ago

Running cargo test --no-default-features --features=memory produce a compilation error that this PR fix

tglman commented 3 years ago

duplicate of #11 closing