xrange 0.1.2

Efficient range overlap detection and search / 高效范围重叠检测与搜索
Documentation
[dev-dependencies.aok]
version = "0.1.18"

[dev-dependencies.compio]
features = ["macros"]
version = "0.17.0"

[dev-dependencies.log]
version = "0.4.29"

[dev-dependencies.log_init]
version = "0.1.34"

[dev-dependencies.static_init]
version = "1.0.4"

[features]
default = []

[lib]
name = "xrange"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures", "no-std", "rust-patterns"]
description = "Efficient range overlap detection and search / 高效范围重叠检测与搜索"
edition = "2024"
homepage = "https://github.com/js0/jdb/tree/main/xrange"
keywords = ["range", "overlap", "search", "interval", "binary-search"]
license = "MulanPSL-2.0"
name = "xrange"
readme = "README.md"
repository = "https://github.com/js0/jdb.git"
resolver = "2"
version = "0.1.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "is_overlap"
path = "tests/is_overlap.rs"

[[test]]
name = "search_overlap"
path = "tests/search_overlap.rs"

[[test]]
name = "test_filter_necessity"
path = "tests/test_filter_necessity.rs"

[[test]]
name = "test_filter_necessity_unbounded"
path = "tests/test_filter_necessity_unbounded.rs"