plabayo / tokio-graceful
Graceful shutdown util for Rust projects using the Tokio Async runtime.
☆132Updated 5 months ago
Alternatives and similar repositories for tokio-graceful:
Users that are interested in tokio-graceful are comparing it to the libraries listed below
- ☆112Updated last week
- A token-based rate limiter based on the leaky bucket algorithm.☆105Updated 6 months ago
- Fast JSON deserialization on borrowed data☆85Updated last month
- Typed any map for rust☆65Updated 3 months ago
- A fast and flexible LRU map.☆177Updated 2 months ago
- Provides json/csv/protobuf/arrow streaming support for axum☆73Updated 2 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆150Updated last year
- Open a scope and then freeze it in time for future access.☆105Updated 6 months ago
- A generic abstraction of paginated APIs☆60Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆86Updated 2 weeks ago
- Asynchronous HTTP body trait☆135Updated this week
- Reports when tokio runtime threads are blocking☆64Updated 6 months ago
- Flat message buffers with direct mapping to Rust types without packing/unpacking