Crates.io | pinned_slab |
lib.rs | pinned_slab |
version | 0.1.0 |
source | src |
created_at | 2020-04-19 00:59:33.959646 |
updated_at | 2020-04-19 00:59:33.959646 |
description | Slab-allocator with pinned elements |
homepage | https://github.com/foeb/pinned_slab |
repository | https://github.com/foeb/pinned_slab |
max_upload_size | |
id | 231732 |
size | 21,807 |
Slab-allocator with pinned elements.
Much of this code is directly taken from
slab
and should have roughly the same
interface. If you see a function missing that you'd like implemented or a
feature flag to configure CHUNK_SIZE
through const generics, pull requests
are welcome!
For now, you should see the documentation for slab
for general usage.
This project is licensed under the MIT license.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in pinned_slab
by you, shall be licensed as MIT, without any additional
terms or conditions.