dlmalloc 0.1.0

A Rust port of the dlmalloc allocator
Documentation
[dev-dependencies.rand]
version = "0.3"

[features]
allocator-api = []
debug = []
global = []

[lib]
doctest = false
test = false

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "A Rust port of the dlmalloc allocator\n"
documentation = "https://docs.rs/dlmalloc"
homepage = "https://github.com/alexcrichton/dlmalloc-rs"
license = "MIT/Apache-2.0"
name = "dlmalloc"
readme = "README.md"
repository = "https://github.com/alexcrichton/dlmalloc-rs"
version = "0.1.0"
[package.metadata.docs.rs]
features = ["global"]
[profile.release]
debug-assertions = true
[target."cfg(all(unix, not(target_arch = \"wasm32\")))".dependencies.libc]
default-features = false
version = "0.2"