meminterval 0.3.0

A simple interval-tree in Rust made to store memory mappings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.num]
default_features = false
version = "0.4"

[features]

[package]
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"]
categories = ["data-structures", "algorithms", "no-std"]
description = "A simple interval-tree in Rust made to store memory mappings"
documentation = "https://docs.rs/meminterval"
edition = "2021"
keywords = ["tree", "data-structure", "algorithm"]
license = "MIT OR Apache-2.0"
name = "meminterval"
readme = "README.md"
repository = "https://github.com/andreafioraldi/meminterval"
version = "0.3.0"