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

[features]

[dependencies]
num = { version = "0.4", default_features = false }