boinkor-net / governor

A rate-limiting library for Rust (f.k.a. ratelimit_meter)
https://github.com/boinkor-net/governor
MIT License
579 stars 45 forks source link

Dependency `parking_lot` is not `no_std` #96

Closed fredfortier closed 1 year ago

antifuchs commented 3 years ago

Thanks for the report! Could you clarify what about is is not no_std? The project is running a CI task that should verify that it compiles and tests in a no_std environment, so I'm confused what aspect of no_std-ness you're referring to.

antifuchs commented 1 year ago

Now that https://crates.io/crates/governor/0.6.0 is out, I'll close this; if you still run into trouble with no_std, please feel free to re-open the issue with details.