18 releases (8 breaking)
0.9.0 | May 2, 2020 |
---|---|
0.8.0 | Mar 24, 2020 |
0.7.0 | Nov 21, 2019 |
#34 in #proposal
68 downloads per month
Used in buddy-allocator
300KB
4.5K
SLoC
Alloc-WG
An attempt to collect several proposals of rust-lang/wg-allocators into a MVP.
This crate is WIP and should not be used in production use!
It requires a nightly compiler, and is designed to replace the alloc crate. However, this is not completely possible as crate, as some compiler features are not possible for crates.
Currently associated containers
-
Box
struct- specialization of sized iterators as it's not possible for downstream crates.
- Limited
T: Copy
forFn
-traits as it's not possible for downstream crates.
License
Alloc-WG is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.