An open API service indexing awesome lists of open source software.

https://github.com/darfink/slice-pool-rs

A Rust library for using a slice as a memory pool
https://github.com/darfink/slice-pool-rs

Last synced: 6 months ago
JSON representation

A Rust library for using a slice as a memory pool

Awesome Lists containing this project

README

        

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.4.1"
```

and this to your crate root:

```rust
extern crate slice_pool;
```