bl-range-set 0.1.0

A Rust library for working with range sets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "bl-range-set"
version = "0.1.0"
edition = "2024"
authors = ["Benjamin Lindley <benjameslindley@gmail.com>"]
description = "A Rust library for working with range sets"
documentation = "https://docs.rs/bl-range-set"
readme = "README.md"
repository = "https://github.com/blindley/bl-range-set"
license = "MIT OR Apache-2.0"
keywords = ["range", "set", "interval", "data-structures"]
categories = ["data-structures", "algorithms"]
rust-version = "1.90"

[dependencies]
num-traits = "0.2.19"