Closed niks3089 closed 2 months ago
It's probably better in terms of design to keep waiting parameters somewhere else in your own application and just construct a RateLimiter
wherever you are constructing them using those parameters.
But if you want Builder
to be clone, feel free to open a PR
with the derive.
We would need this support when we want to have multiple instances of rate limiter for different configurations.