o1heap 0.0.2

Rust bindings for o1heap - a constant-time deterministic memory allocator
Documentation
[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.cc]
version = "1.2"

[dependencies]

[dev-dependencies.cortex-m]
version = "0.7"

[dev-dependencies.cortex-m-rt]
version = "0.7"

[[example]]
name = "embedded"
path = "examples/embedded.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["memory-management", "no-std", "embedded"]
description = "Rust bindings for o1heap - a constant-time deterministic memory allocator"
documentation = "https://docs.rs/o1heap"
edition = "2021"
keywords = ["allocator", "embedded", "no_std", "deterministic", "real-time"]
license = "MIT"
name = "o1heap"
readme = "README.md"
repository = "https://github.com/laktoosivaba/o1heap-rs"
version = "0.0.2"