Crates.io | alloc-compose |
lib.rs | alloc-compose |
version | 0.5.0 |
source | src |
created_at | 2020-03-25 09:25:15.440031 |
updated_at | 2020-08-13 05:04:54.433112 |
description | Composable allocator structures for plugging together more powerful allocators |
homepage | |
repository | https://github.com/TimDiekmann/alloc-compose |
max_upload_size | |
id | 222598 |
size | 186,844 |
Composable allocator structures for plugging together more powerful allocators.
alloc-compose
relies on AllocRef
as allocator trait. Until AllocRef
has been stabilized, this crate requires a nightly compiler.
The design of composable allocators is inspired by
std::allocator
Is to Allocation what std::vector
Is to Vexation by Andrei
Alexandrescu and the Phobos Standard Library of the D Programming Language.
Alloc-Compose is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.