1个不稳定版本

0.1.0 2023年11月27日

#498 in 内存管理

Apache-2.0 OR MIT

17KB
147

zallocator

尝试将类似Zig的分配器引入稳定的Rust。它将提供稳定的Allocator trait实现,该实现已在夜间Rust中可用,并提供与该Allocator trait良好协作的容器。它基于Zig的BYOA(自带分配器)哲学。我打算提供的结构有 -

  • Vec
  • HashMap
  • VecDeque
  • BTreeSet

无运行时依赖