/object_pool_rs

A simple implementation of an object pool is Rust

Primary LanguageRust

Simple Object Pool

A simple implementation of an object pool is Rust. Includes a raw variant, as well as a RAII smart pointer variant that wraps the raw variant.

Not for prod; still learning :).