allocandrescu
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.