alloc-no-stdlib 1.0.0

A dynamic allocator that may be used with or without the stdlib. This allows a package with nostd to allocate memory dynamically and be used either with a custom allocator, items on the stack, or by a package that wishes to simply use Box<>. It also provides options to use calloc or a mutable global variable for pre-zeroed memory
Documentation
Build #17654 2016-08-13 01:52:50
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Documenting alloc-no-stdlib v1.0.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/alloc-no-stdlib-1.0.0/src/lib.rs --crate-name alloc_no_stdlib -o /home/cratesfyi/alloc-no-stdlib-1.0.0/doc -L dependency=/home/cratesfyi/alloc-no-stdlib-1.0.0/debug -L dependency=/home/cratesfyi/alloc-no-stdlib-1.0.0/debug/deps`