heap1 1.0.1

The simplest possible heap.
Documentation
[dependencies.portable-atomic]
version = "1"

[features]
allocator-api = []
std = []

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

[package]
authors = ["Jalon Wong <jalonwong@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The simplest possible heap."
documentation = "https://docs.rs/heap1"
edition = "2024"
keywords = ["embedded", "no-std"]
license = "MIT OR Apache-2.0"
name = "heap1"
readme = "README.md"
repository = "https://github.com/mcu-rust/heap1"
version = "1.0.1"