customizable-buddy 0.0.3

A new buddy allocator that allows custom buddy finding algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["YdrMaster <ydrml@hotmail.com>"]
categories = ["no-std", "memory-management"]
description = "A new buddy allocator that allows custom buddy finding algorithm"
documentation = "https://docs.rs/customizable-buddy"
edition = "2021"
keywords = ["allocator"]
license = "MIT"
name = "customizable-buddy"
readme = "README.md"
repository = "https://github.com/YdrMaster/buddy-allocator.git"
version = "0.0.3"