slice-pool ====== A Rust library for using a slice as a memory pool. ## Documentation https://docs.rs/slice-pool2 ## Installation Add this to your `Cargo.toml`: ```toml [dependencies] slice-pool2 = "0.4.2" ```