[package]
name = "memuse"
description = "Traits for measuring dynamic memory usage of types"
version = "0.2.2"
authors = ["Jack Grigg <thestr4d@gmail.com>"]
documentation = "https://docs.rs/memuse/"
homepage = "https://github.com/str4d/memuse"
repository = "https://github.com/str4d/memuse"
license = "MIT/Apache-2.0"
edition = "2018"
readme = "README.md"
keywords = ["heap", "allocation", "measurement"]
categories = ["development-tools::profiling", "memory-management"]
[dependencies]
nonempty = { version = "0.7", optional = true }
[features]
default = ["std"]
std = []