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