xrange 0.1.3

High-performance range overlap search algorithms / 高性能区间重叠搜索算法
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", "database-implementations", "no-std", "rust-patterns"]
description = "High-performance range overlap search algorithms / 高性能区间重叠搜索算法"
edition = "2024"
homepage = "https://github.com/js0/jdb/tree/main/xrange"
keywords = ["range", "binary-search", "overlap", "interval", "algorithm"]
license = "MulanPSL-2.0"
name = "xrange"
readme = "README.md"
repository = "https://github.com/js0/jdb.git"
resolver = "2"
version = "0.1.3"

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