#async #concurrency #utilities

tokio-utils

Tools for asynchronous programming in Tokio applications

4 releases

0.1.2 Mar 31, 2023
0.1.1 Mar 31, 2023
0.1.0 Mar 31, 2023
0.0.0 Mar 31, 2023

#2607 in Asynchronous

Download history 4647/week @ 2025-10-26 5596/week @ 2025-11-02 4891/week @ 2025-11-09 5105/week @ 2025-11-16 1815/week @ 2025-11-23 3054/week @ 2025-11-30 2502/week @ 2025-12-07 2101/week @ 2025-12-14 768/week @ 2025-12-21 679/week @ 2025-12-28 1606/week @ 2026-01-04 3484/week @ 2026-01-11 2974/week @ 2026-01-18 4323/week @ 2026-01-25 3104/week @ 2026-02-01 3383/week @ 2026-02-08

14,105 downloads per month

MIT license

5KB

Tokio Utils

github crates.io docs.rs build status

Tools for asynchronous programming in Tokio applications:

Resource Pooling

  • Pool, a shared resource pool.

Rate Limiting

Graceful Shutdown

Stdin

Usage

Add this to your Cargo.toml:

[dependencies]
tokio-utils = "0.1.2"

Dependencies

~4.5MB
~68K SLoC