allocandrescu

Crates.ioallocandrescu
lib.rsallocandrescu
version0.1.0-alpha.4
sourcesrc
created_at2024-07-27 10:56:03.381349
updated_at2024-07-28 19:52:56.703772
descriptionA collection of various allocators and allocator combinators.
homepage
repositoryhttps://github.com/wiktorwieclaw/allocandrescu
max_upload_size
id1317181
size36,740
Wiktor Więcław (wiktorwieclaw)

documentation

https://docs.rs/allocandrescu

README

allocandrescu

Crates.io Released API docs Continuous integration

A collection of various allocators and allocator combinators inspired by Andrei Alexandrescu's CppCon 2015 talk std::allocator Is to Allocation what std::vector Is to Vexation and the Zig programming language.

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

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

Commit count: 0

cargo fmt