peak_alloc 0.1.0

An allocator to keep track of (the max) allocated memory
Documentation
[package]
name        = "peak_alloc"
version     = "0.1.0"
authors     = ["Xavier Gillard <xavier.gillard@uclouvain.be>"]
edition     = "2018"
description = "An allocator to keep track of (the max) allocated memory"
repository  = "https://github.com/xgillard/peak_alloc"
readme      = "README.md"
license     = "MIT"
keywords    = ["memory-usage", "peak-memory", "allocator"]
categories  = ["memory-management"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]