Cargo Features

[dependencies]
slab-alloc = { version = "0.1.1", default-features = false, features = ["std", "os", "use-stdlib-hashmap", "hashmap-no-resize", "hashmap-no-coalesce"] }
default = os, std

NOTE: no-std and no-os are not currently supported; see https://github.com/ezrosent/allocators-rs/issues/2 for progress towards no-std and no-os.

std default = os

Affects backing::heap

os default std

Affects backing::mmap

build-ignored-tests use-stdlib-hashmap
no-coloring hashmap-no-resize
hashmap-no-coalesce