dummy-alloc 1.0.0

Global allocator that fails all allocations
Documentation
[package]
name = "dummy-alloc"
version = "1.0.0"
description = "Global allocator that fails all allocations"
authors = ["wackbyte <im@purring.fyi>"]

edition = "2021"
rust-version = "1.56"

readme = "README.md"
license = "BlueOak-1.0.0"
repository = "https://codeberg.org/wackbyte/dummy-alloc"

keywords = ["allocator", "dummy", "fail", "global", "null"]
categories = ["memory-management", "no-std", "rust-patterns"]

include = [
    "/README.md",
    "/LICENSE.md",
    "/CHANGELOG.md",
    "/src",
]