auto_pool 0.3.3

A simple pool that returns items automatically after it's dropped
Documentation
1
2
3
4
5
pub mod config;
pub mod pool;
pub mod pool_object;
#[cfg(test)]
mod test;