[package] name = "nalloc" version = "0.1.2" authors = ["Martin Carton "] edition = "2018" categories = ["development-tools", "memory-management", "no-std"] description = "An allocator wrapper that can be turned on and off" documentation = "https://docs.rs/nalloc/*/nalloc/" keywords = ["allocator"] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://gitlab.com/mcarton/nalloc/-/tree/master" [dependencies] [badges] gitlab = { repository = "mcarton/nalloc" } maintenance = { status = "passively-maintained" }