Fastpool implements a fast object pool for Async Rust.
Add the dependency to your Cargo.toml
via:
cargo add fastpool
Read the online documents at https://docs.rs/fastpool.
This crate is built against the latest stable release, and its minimum supported rustc version is 1.80.0.
The policy is that the minimum Rust version required to use this crate can be increased in minor version updates. For example, if Fastpool 1.0 requires Rust 1.20.0, then Fastpool 1.0.z for all values of z will also require Rust 1.20.0 or newer. However, Fastpool 1.y for y > 0 may require a newer minimum version of Rust.
This project is licensed under Apache License, Version 2.0.