zallocators

Crates.iozallocators
lib.rszallocators
version0.1.0
sourcesrc
created_at2023-11-27 12:32:02.646226
updated_at2023-11-27 12:32:02.646226
descriptionBringing Zig like allocators to Rust
homepage
repository
max_upload_size
id1050391
size16,189
(crispy-strawberry)

documentation

README

zallocator

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 -

  • Vec
  • Hashmap
  • VecDeque
  • BTreeSet
Commit count: 0

cargo fmt