[dependencies.spin]
optional = true
version = "0.9.2"
[features]
allocator_api = []
default = ["spin", "allocator_api"]
[package]
authors = ["BRA1L0R"]
categories = ["memory-management", "no-std", "embedded"]
description = "portable linked-list allocator for baremetal systems"
documentation = "https://docs.rs/palloc"
edition = "2021"
keywords = ["allocator", "alloc", "no-std", "baremetal", "embedded"]
license-file = "LICENSE.md"
name = "palloc"
readme = "README.md"
repository = "https://github.com/BRA1L0R/palloc"
resolver = "2"
version = "0.1.0"