ranges-ext 0.4.0

A no_std range/interval set with merge, contains, and removal (with splitting)
Documentation
[package]
authors = ["周睿 <zrufo747@outlook.com>"]
categories = ["data-structures", "no-std"]
description = "A no_std range/interval set with merge, contains, and removal (with splitting)"
edition = "2024"
keywords = ["range", "interval", "set", "no_std"]
license = "MIT OR Apache-2.0"
name = "ranges-ext"
readme = "README.md"
repository = "https://github.com/ZR233/ranges-ext"
version = "0.4.0"

[features]
default = ["alloc"]
alloc = []

[dependencies]
heapless = "0.9"
thiserror = {version = "2.0", default-features = false}