Crates.io | zallocators |
lib.rs | zallocators |
version | 0.1.0 |
source | src |
created_at | 2023-11-27 12:32:02.646226 |
updated_at | 2023-11-27 12:32:02.646226 |
description | Bringing Zig like allocators to Rust |
homepage | |
repository | |
max_upload_size | |
id | 1050391 |
size | 16,189 |
An attempt at bringing Zig like allocators to stable Rust.
It would provide a stable implementation for the Allocator
trait which was available in nightly rust and also provide
containers which play nicely with said Allocator
trait.
It is based on Zig's philosophy of BYOA (bring your own allocator).
The structures which I aim to provide are -