rl-core 1.18.0

Core logic for a token-bucket rate-limiter.
Documentation
1
2
3
pub trait TimeNow: crate::Time {
	fn now() -> Self;
}