Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

antifuchs/ratelimit_futures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ratelimit_futures - rate limiters as a rust future (v0.1)

This crate provides a rate-limiting implementation (using ratelimit_meter) that's compatible with tokio.

See the documentation for details and examples.

Status

This project is archived and superseded by governor.