moa_mm 0.1.3

内存管理基础(页表、虚拟地址布局)
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bitflags"
version = "2.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"

[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"

[[package]]
name = "moa_const_sizes"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "716cadf2c19014d574b54d725664b857a0d9dc447a5a8b59c6d1a175a294784c"

[[package]]
name = "moa_mm"
version = "0.1.3"
dependencies = [
 "bitflags",
 "cfg-if",
 "moa_const_sizes",
 "moa_target_define",
]

[[package]]
name = "moa_target_define"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf86aa990c278786c421d2169227b36ff53985f214f9bb241e304db866a37eb8"