udoprog / leaky-bucket

A token-based rate limiter based on the leaky bucket algorithm.
Apache License 2.0
89 stars 9 forks source link

impl Debug for LeakyBucket, Inner #2

Closed kosta closed 4 years ago

udoprog commented 4 years ago

Thanks!

kosta commented 4 years ago

Thanks for merging!

Would you be so kind an push a release to crates.io? Then I can #[derive(Debug)] :)

udoprog commented 4 years ago

Published 0.7.2. Thanks.