Registry / utility / iset
library0.3.2rscratesunverified

Map and set data structures with interval keys (x..y).

# Cargo.toml [dependencies] iset = "0.3.2"
INSTALL
IMPORT
SIG · ISET
I
iset
utilityrustv0.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

IntervalSet
use iset::IntervalSet;

Create an interval set and check for membership.

use iset::IntervalSet; let mut set = IntervalSet::new(); set.insert(1..5); set.insert(7..10); assert!(set.contains(&3));
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
iset — cargo add iset · libregistry