allocandrescu 0.1.0-alpha.2

Allocator combinators.
Documentation

allocandrescu

Crates.io Released API docs Continuous integration

An allocator combinators library inspired by Andrei Alexandrescu's CppCon 2015 talk std::allocator Is to Allocation what std::vector Is to Vexation.

allocandrescu allows you to compose allocators using various combinators such as cond and fallback. It also provides a variety of simple allocators like Stack.

This crate depends on allocator-api2, a polyfill for the unstable allocator_api feature.