tg-kernel-alloc 0.1.0-preview.1

Kernel memory allocator for rCore tutorial OS using buddy allocation.
Documentation
[dependencies.customizable-buddy]
version = "0.0.3"

[dependencies.log]
version = "0.4"

[dependencies.page-table]
version = "0.0.6"

[lib]
name = "tg_kernel_alloc"
path = "src/lib.rs"

[package]
authors = ["YdrMaster <ydrml@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "embedded", "memory-management"]
description = "Kernel memory allocator for rCore tutorial OS using buddy allocation."
documentation = "https://docs.rs/tg-kernel-alloc"
edition = "2021"
keywords = ["rcore", "kernel", "allocator", "riscv"]
license = "MIT OR Apache-2.0"
name = "tg-kernel-alloc"
readme = "README.md"
repository = "https://github.com/rcore-os/rCore-Tutorial-in-single-workspace"
version = "0.1.0-preview.1"