Crates.io | alloc-wg |
lib.rs | alloc-wg |
version | 0.9.0 |
source | src |
created_at | 2019-10-05 14:46:32.498436 |
updated_at | 2020-05-02 18:25:16.77648 |
description | Attempt of collection several proposals of the allocators-wg |
homepage | |
repository | https://github.com/TimDiekmann/alloc-wg |
max_upload_size | |
id | 170104 |
size | 375,425 |
An attempt to collect several proposals of rust-lang/wg-allocators into a MVP.
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.
Box
struct
T: Copy
for Fn
-traits as it's not possible for downstream crates.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.