[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"