alloc-stdlib 0.2.2

A dynamic allocator example that may be used with the stdlib
Documentation
[[bin]]
name = "example"
[dependencies.alloc-no-stdlib]
version = "2.0.4"

[features]
unsafe = []

[package]
authors = ["Daniel Reiter Horn <danielrh@dropbox.com>"]
autobins = false
description = "A dynamic allocator example that may be used with the stdlib"
documentation = "https://raw.githubusercontent.com/dropbox/rust-alloc-no-stdlib/master/alloc-stdlib/tests/lib.rs"
homepage = "https://github.com/dropbox/rust-alloc-no-stdlib"
keywords = ["custom", "allocator", "calloc", "safe", "nostd"]
license = "BSD-3-Clause"
name = "alloc-stdlib"
readme = "README.md"
repository = "https://github.com/dropbox/rust-alloc-no-stdlib"
version = "0.2.2"