memory_set 0.1.0

Data structures and operations for managing memory mappings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.memory_addr]
version = "0.2"

[package]
authors = ["Yuekai Jia <equation618@gmail.com>"]
categories = ["os", "memory-management", "no-std"]
description = "Data structures and operations for managing memory mappings"
documentation = "https://docs.rs/memory_set"
edition = "2021"
homepage = "https://github.com/rcore-os/arceos"
keywords = ["arceos", "virtual-memory", "memory-area", "mmap"]
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
name = "memory_set"
readme = "README.md"
repository = "https://github.com/arceos-org/memory_set"
version = "0.1.0"