esp-alloc 0.3.0

A heap allocator for Espressif devices
Documentation
[dependencies.critical-section]
version = "1.1.1"

[dependencies.linked_list_allocator]
default-features = false
features = ["const_mut_refs"]
version = "0.10.5"

[package]
authors = ["Björn Quentin <bjoern.quentin@mobile-j.de>", "Jesse Braham <jesse@beta7.io>"]
categories = ["memory-management", "no-std"]
description = "A heap allocator for Espressif devices"
edition = "2021"
keywords = ["allocator", "esp32", "riscv", "xtensa"]
license = "MIT OR Apache-2.0"
name = "esp-alloc"
readme = "README.md"
repository = "https://github.com/esp-rs/esp-alloc"
rust-version = "1.68"
version = "0.3.0"
[package.metadata.docs.rs]
default-target = "riscv32imc-unknown-none-elf"