buddyalloc 0.1.4

Simple, drop-in replacement allocator for Rust running on bare metal (no_std)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[features]

[package]
authors = ["Eric Kidd <git@randomhacks.net>", "Jethro Beekman <jethro@jbeekman.nl>", "Justin Moore <me@justinm.one>"]
description = "Simple, drop-in replacement allocator for Rust running on bare metal (no_std)"
edition = "2018"
homepage = "https://github.com/DrChat/buddyalloc"
keywords = ["no_std", "kernel", "allocator"]
license = "Apache-2.0/MIT"
name = "buddyalloc"
readme = "README.md"
repository = "https://github.com/DrChat/buddyalloc"
version = "0.1.4"