| Crates.io | slice-pool |
| lib.rs | slice-pool |
| version | 0.4.1 |
| created_at | 2016-12-07 16:55:27.160305+00 |
| updated_at | 2019-01-09 18:56:29.970258+00 |
| description | A library for using a slice as a memory pool |
| homepage | |
| repository | https://github.com/darfink/slice-pool-rs |
| max_upload_size | |
| id | 7504 |
| size | 17,032 |
A Rust library for using a slice as a memory pool.
Add this to your Cargo.toml:
[dependencies]
slice-pool = "0.4.1"
and this to your crate root:
extern crate slice_pool;