slice-pool 0.1.0

A library for using a slice as a memory pool
Documentation
slice-pool
======

A Rust library for using a slice as a memory pool.

## Documentation

https://docs.rs/slice-pool

## Installation

Add this to your `Cargo.toml`:

```toml
[dependencies]
slice_pool = "0.1.0"
```

and this to your crate root:

```rust
extern crate slice_pool;
```