auto_pool 0.0.2

A simple pool that returns items automatically after it's dropped
Documentation
1
2
3
4
5
6
7
mod config;
mod pool;
mod pool_object;

pub use config::Config;
pub use pool::AutoPool;
pub use pool_object::PoolObject;