slice-pool2 0.4.2

A library for using a slice as a memory pool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"
```