dummy-alloc 1.0.0

Global allocator that fails all allocations
Documentation
[lib]
name = "dummy_alloc"
path = "src/lib.rs"

[package]
authors = ["wackbyte <im@purring.fyi>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["memory-management", "no-std", "rust-patterns"]
description = "Global allocator that fails all allocations"
edition = "2021"
include = ["/README.md", "/LICENSE.md", "/CHANGELOG.md", "/src"]
keywords = ["allocator", "dummy", "fail", "global", "null"]
license = "BlueOak-1.0.0"
name = "dummy-alloc"
readme = "README.md"
repository = "https://codeberg.org/wackbyte/dummy-alloc"
rust-version = "1.56"
version = "1.0.0"