Kuadrant / limitador

Rate limiter
Apache License 2.0
60 stars 21 forks source link

Proper `impl Ord for Limit` #389

Closed alexsnaps closed 2 days ago

alexsnaps commented 2 days ago

impl Ord for Limit was out of sync with Eq... So looking up counters would fail when navigating the BTreeMap 🤦 My bad!