[dependencies]
[lib]
name = "peak_alloc"
path = "src/lib.rs"
[package]
authors = ["Xavier Gillard <xavier.gillard@uclouvain.be>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["memory-management"]
description = "An allocator to keep track of (the max) allocated memory"
edition = "2018"
keywords = ["memory-usage", "peak-memory", "allocator"]
license = "MIT"
name = "peak_alloc"
readme = "README.md"
repository = "https://github.com/xgillard/peak_alloc"
version = "0.3.0"