rich_range 0.1.0

Range calculation helper.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Range instrumentals.

pub use cursor_mode::*;
pub use cut_mode::*;
pub use iter_rich_range::*;
pub use pos_style::*;
pub use range_rel::*;

mod cursor_mode;
mod cut_mode;
mod iter_rich_range;
mod pos_style;
mod range_rel;