page-table 0.0.5

Encapsulation of the page table for common architectures.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 页表

[![Latest version](https://img.shields.io/crates/v/page-table.svg)](https://crates.io/crates/page-table)
![license](https://img.shields.io/github/license/YdrMaster/page-table)
[![CI](https://github.com/YdrMaster/page-table/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/YdrMaster/page-table/actions)
[![Documentation](https://docs.rs/page-table/badge.svg)](https://docs.rs/page-table)
[![issue](https://img.shields.io/github/issues/YdrMaster/page-table)](https://github.com/YdrMaster/page-table/issues)

封装页表的构建和查询操作。

架构支持:

- [x] RISC-V
- [ ] x86_64
- [ ] aarch64