1 unstable release
Uses old Rust 2015
0.0.1 | Dec 8, 2014 |
---|
#27 in #intervals
Used in 2 crates
9KB
145 lines
Provides a type representing an integer interval. Should work as expected with any type implementing the Int trait.
I do have an implementation that is generic to Int and Float numeric types, but I don't have a use-case for that and it is less efficient for integer intervals. Nevertheless, if you are interested, please contact me and I'll make it available.