A Rust library for using a slice as a memory pool.
https://docs.rs/slice-pool
Add this to your Cargo.toml:
Cargo.toml
toml [dependencies] slice-pool = "0.3.0"
and this to your crate root:
rust extern crate slice_pool;