tcmalloc 0.3.0

Drop-in global allocator using tcmalloc
Documentation
[dependencies.tcmalloc-sys]
optional = true
version = "0.3.0"

[features]
bundled = ["tcmalloc-sys"]
default = []

[package]
authors = ["Jean-Marie Comets <jean.marie.comets@gmail.com>"]
categories = ["memory-management"]
description = "Drop-in global allocator using tcmalloc"
documentation = "https://docs.rs/tcmalloc"
edition = "2018"
keywords = ["allocator"]
license = "MIT/Apache-2.0"
name = "tcmalloc"
readme = "README.md"
repository = "https://github.com/jmcomets/tcmalloc-rs"
version = "0.3.0"