alloc-compose

Crates.ioalloc-compose
lib.rsalloc-compose
version0.5.0
sourcesrc
created_at2020-03-25 09:25:15.440031
updated_at2020-08-13 05:04:54.433112
descriptionComposable allocator structures for plugging together more powerful allocators
homepage
repositoryhttps://github.com/TimDiekmann/alloc-compose
max_upload_size
id222598
size186,844
Tim Diekmann (TimDiekmann)

documentation

https://docs.rs/alloc-compose

README

Test Status Coverage Status Docs master Docs.rs Crates.io Crates.io

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.

License

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.

Commit count: 124

cargo fmt