fixed_pool

Crates.iofixed_pool
lib.rsfixed_pool
version0.1.0
sourcesrc
created_at2023-12-03 02:00:36.026007
updated_at2023-12-03 02:00:36.026007
descriptionFixed-size object pool with ownership and return semantics.
homepage
repositoryhttps://github.com/DouglasDwyer/fixed_pool
max_upload_size
id1056572
size6,353
Douglas Dwyer (DouglasDwyer)

documentation

README

fixed_pool

Crates.io Docs.rs

fixed_pool implements an object pool with a fixed number of items. The items may be borrowed without lifetime restrictions, are automatically returned to the pool upon drop, and may have customized reset semantics through the use of a trait.

Commit count: 1

cargo fmt