alloc-wg 0.2.0

Attempt of collection several proposals of the allocators-wg
Documentation
[package]
name = "alloc-wg"
version = "0.2.0"
authors = ["Tim Diekmann <tim.diekmann@3dvision.de>"]
edition = "2018"
description = "Attempt of collection several proposals of the allocators-wg"
repository = "https://github.com/TimDiekmann/alloc-wg"
documentation = "https://docs.rs/alloc-wg"
readme = "README.md"
keywords = ["alloc"]
categories = ["data-structures", "no-std"]
license = "MIT OR Apache-2.0"

[badges]
maintenance = { status = "actively-developed" }

[features]
std = []
default = ["std"]
dropck_eyepatch = []
nightly = ["dropck_eyepatch"]