[go: up one dir, main page]

slab 0.1.1

Simple slab allocator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "slab"
version = "0.1.1"
license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"]
description = "Simple slab allocator"
documentation = "http://rustdoc.s3-website-us-east-1.amazonaws.com/slab/master/slab/"
homepage = "https://github.com/carllerche/slab"
repository = "https://github.com/carllerche/slab"
readme = "README.md"
keywords = ["slab", "allocator"]
exclude = [
    ".gitignore",
    ".travis.yml",
    "test/**/*",
]