TerminalWitchcraft / actix-ratelimit

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

use memory feature flag #11

Closed tomcraven closed 3 years ago

tomcraven commented 3 years ago

im trying to compile this for musl target and this has problems with compiling openssl

the openssl dep is not included for memory feature, however memory module was gated on the default feature, not the memory feature

so here i changed pub mod memory to be gated on memory feature from default

tomcraven commented 3 years ago

closing in favour of https://github.com/TerminalWitchcraft/actix-ratelimit/pull/13

TerminalWitchcraft commented 3 years ago

I have fixed the memory store import error in v0.3.1