Crate portion_rs[][src]

ci-badge docs-badge crate-version

portion-rs

A simple interval library inspired by Python's portion.

Re-exports

pub use interval::Interval;
pub use ops::IntervalOps;

Modules

holder

Holds the type for a vector of intervals.

interval

Holds the interval type and associated methods.

ops

Operations defined on intervals.

Structs

Portion

Blank type used for interval creation.