Registry / utility / range-collections

range-collections

JSON →
library0.4.6rscratesunverified

Sets and maps of ranges, backed by smallvec.

# Cargo.toml [dependencies] range-collections = "0.4.6"
INSTALL
IMPORT
SIG · RANGE-COLLECTIONS
R
range-collections
utilityrustv0.4.6
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.

RangeSet
use range_collections::RangeSet;

Creates a RangeSet and inserts a range.

use range_collections::RangeSet; fn main() { let mut set = RangeSet::new(); set.insert(0..10); println!("{:?}", set); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
Amazon
1
Bingbot
1
Resources
range-collections — cargo add range-collections · libregistry