gardal 0.0.1-alpha.1

A WIP performance-focused token-bucket rate limiting and throttling library
Documentation
1
2
3
4
5
#[cfg(feature = "tokio-hrtime")]
pub use tokio_hrtime::{Instant, Sleep, sleep};

#[cfg(all(feature = "async", not(feature = "tokio-hrtime")))]
pub use tokio::time::{Instant, Sleep, sleep};