Registry / utility / intervallum

intervallum

JSON →
library1.4.4rscratesunverified

Generic interval and interval set library for Rust.

# Cargo.toml [dependencies] intervallum = "1.4.4"
INSTALL
IMPORT
SIG · INTERVALLUM
I
intervallum
utilityrustv1.4.4
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.

Interval
use intervallum::Interval;

Creates a new interval from 1 to 10.

use intervallum::Interval; fn main() { let interval = Interval::new(1, 10); println!("Interval: {:?}", interval); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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