range-action-map 0.1.0

A range tree, offering interval operation in kernel memory management, and deliver ACTION to actual VmArea。一个区间树结构,用于提供 mmap / munmap / mprotect 时对内核中区间的操作;
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[features]
default = ["std"]
std = []

[package]
authors = ["scpointer <jax01@foxmail.com>"]
description = "A range tree, offering interval operation in kernel memory management, and deliver ACTION to actual VmArea。一个区间树结构,用于提供 mmap / munmap / mprotect 时对内核中区间的操作; "
edition = "2021"
license = "MIT"
name = "range-action-map"
resolver = "2"
version = "0.1.0"