only_alloc 0.1.0

An allocator wrapper that disables deallocating memory within it.
Documentation
[dependencies]

[dev-dependencies.alloc-metrics]
default-features = false
features = ["global"]
version = "0.1"

[dev-dependencies.mimalloc]
features = ["secure"]
version = "0.1"

[dev-dependencies.rand]
version = "0.9"

[features]
alloc_trait = []

[lib]
name = "only_alloc"
path = "src/lib.rs"

[package]
authors = ["Kyza"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["memory-management", "no-std"]
description = "An allocator wrapper that disables deallocating memory within it."
edition = "2021"
homepage = "https://github.com/Kyza/only_alloc"
keywords = ["allocator", "memory", "no_std", "no-std"]
license = "MIT"
name = "only_alloc"
readme = "README.md"
version = "0.1.0"

[[test]]
name = "mimalloc"
path = "tests/mimalloc.rs"