[package] name = "assert_no_alloc" version = "1.1.2" authors = ["Florian Jung "] edition = "2018" license = "BSD-1-Clause" description = "Custom Rust allocator allowing to temporarily disable memory (de)allocations for a thread. Aborts or prints a warning if allocating although forbidden." homepage = "https://github.com/Windfisch/rust-assert-no-alloc" repository = "https://github.com/Windfisch/rust-assert-no-alloc" readme = "README.md" keywords = ["allocator", "real-time", "debug", "audio"] categories = ["development-tools::debugging"] [features] default = ["disable_release"] warn_debug = [] warn_release = [] disable_release = [] [package.metadata.docs.rs] features = ["warn_debug"]