buddy-allocator 0.2.1

A buddy allocator implementation supporting alloc-wg
Documentation
[dependencies.alloc-wg]
default-features = false
version = "0.8"

[features]
default = ["std"]
std = ["alloc-wg/std"]

[package]
authors = ["Tom Dohrmann <erbse.13@gmx.de>"]
categories = ["no-std", "memory-management"]
description = "A buddy allocator implementation supporting alloc-wg"
edition = "2018"
keywords = ["buddy", "alloc-wg", "no_std"]
license = "WTFPL"
name = "buddy-allocator"
repository = "https://github.com/Freax13/buddy-allocator"
version = "0.2.1"