one_alloc 0.1.0

A custom allocator that allows a singular allocation of a specific size known ahead of time.
Documentation
[dependencies]

[package]
categories = ["no-std", "embedded", "memory-management"]
description = "A custom allocator that allows a singular allocation of a specific size known ahead of time."
documentation = "https://docs.rs/one_alloc"
edition = "2021"
homepage = "https://github.com/ardaku/one_alloc/blob/stable/CHANGELOG.md"
include = ["Cargo.toml", "src/", "examples/", "README.md"]
keywords = ["allocator", "custom", "one", "small", "minimal"]
license = "Apache-2.0 OR BSL-1.0 OR MIT"
name = "one_alloc"
readme = "README.md"
repository = "https://github.com/ardaku/one_alloc/"
resolver = "2"
version = "0.1.0"

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"