ruspiro-allocator 0.4.0

Simple and lightweight heap memory allocator for Raspberry Pi baremetal environments.
Documentation
[package]
name = "ruspiro-allocator"
authors = ["André Borrmann <pspwizard@gmx.de>"]
version = "0.4.0" # remember to update html_root_url
description = """
Simple and lightweight heap memory allocator for Raspberry Pi baremetal environments.
"""
license = "Apache-2.0"
repository = "https://github.com/RusPiRo/ruspiro-allocator/tree/v0.4.0"
documentation = "https://docs.rs/ruspiro-allocator/0.4.0"
readme = "README.md"
keywords = ["RusPiRo", "baremetal", "allocator", "raspberrypi"]
categories = ["no-std", "embedded"]
edition = "2018"

[badges]
travis-ci = { repository = "RusPiRo/ruspiro-allocator", branch = "master" }
maintenance = { status = "actively-developed" }

[lib]

[dependencies]

[features]