alloc-wg

Crates.ioalloc-wg
lib.rsalloc-wg
version0.9.0
sourcesrc
created_at2019-10-05 14:46:32.498436
updated_at2020-05-02 18:25:16.77648
descriptionAttempt of collection several proposals of the allocators-wg
homepage
repositoryhttps://github.com/TimDiekmann/alloc-wg
max_upload_size
id170104
size375,425
maintainers (github:rust-bus:maintainers)

documentation

https://docs.rs/alloc-wg

README

Alloc-WG

Test Status Lint Status Docs master Docs.rs Crates.io Crates.io

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

  • Boxstruct

    • specialization of sized iterators as it's not possible for downstream crates.
    • Limited T: Copy for Fn-traits as it's not possible for downstream crates.
  • RawVec

  • Vec

  • String

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.

Commit count: 202

cargo fmt