gardal 0.0.1-alpha.9

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::{Sleep, sleep};

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