nodit 0.7.1

This crate provides NoditMap and NoditSet, Non-Overlapping Discrete Interval Tree data-structures, which are based off BTreeMap.
Documentation
[dependencies.btree_monstrousity]
default-features = false
features = ["btree_drain_filter", "btree_cursors"]
version = "0.0.4"

[dependencies.either]
default-features = false
version = "1.9.0"

[dependencies.itertools]
default-features = false
version = "0.12.0"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.193"
[dev-dependencies.pretty_assertions]
version = "1.4.0"
[lints.rust]
missing_docs = "deny"

[package]
authors = ["James Forster <james.forsterer@gmail.com>"]
categories = ["data-structures"]
description = "This crate provides NoditMap and NoditSet, Non-Overlapping Discrete\nInterval Tree data-structures, which are based off BTreeMap.\n"
documentation = "https://docs.rs/nodit"
edition = "2021"
homepage = "https://github.com/ripytide/nodit"
keywords = ["data-structures", "map", "data", "library"]
license = "AGPL-3.0-or-later"
name = "nodit"
readme = "README.md"
repository = "https://github.com/ripytide/nodit"
version = "0.7.1"