[features]
allocator-api = []
max-usage = []
[lib]
name = "trallocator"
path = "src/lib.rs"
[package]
authors = ["xgroleau <xavgroleau@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["embedded", "no-std"]
description = "A no_std lbrary for wrapping an existing allocator and tracking the heap usage."
documentation = "https://docs.rs/trallocator"
edition = "2021"
homepage = "https://github.com/xgroleau/trallocator"
keywords = ["allocator", "heap", "no-std"]
license = "MIT OR Apache-2.0"
name = "trallocator"
readme = "README.md"
repository = "https://github.com/xgroleau/trallocator"
version = "0.2.2"
[package.metadata.docs.rs]
all-features = true