zallocators 0.1.0

Bringing Zig like allocators to Rust
Documentation
  • Coverage
  • 58.33%
    7 out of 12 items documented0 out of 9 items with examples
  • Size
  • Source code size: 15.87 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.04 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • crispy-strawberry

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