[badges.maintenance]
status = "actively-developed"
[build-dependencies]
[dependencies.rlibc]
version = "~1.0.0"
[features]
[lib]
[package]
authors = ["André Borrmann <pspwizard@gmx.de>"]
categories = ["no-std", "embedded"]
description = """
Simple and lightweight heap memory allocator for Raspberry Pi baremetal environments.
"""
documentation = "https://docs.rs/ruspiro-allocator/0.4.6"
edition = "2021"
exclude = ["Makefile.toml", ".cargo/config.toml", ".github"]
keywords = ["RusPiRo", "baremetal", "allocator", "raspberrypi"]
license = "MIT OR Apache-2.0"
links = "ruspiro_allocator"
name = "ruspiro-allocator"
readme = "README.md"
repository = "https://github.com/RusPiRo/ruspiro-allocator/tree/v0.4.6"
resolver = "2"
version = "0.4.6"
[package.metadata.docs.rs]
features = []
targets = ["aarch64-unknown-linux-gnu"]