intervallum 0.2.2

Generic interval and interval set library.
1
2
3
4
5
6
7
8
9
10
11
Interval Arithmetic Library
===========================

[![ptal on Travis CI][travis-image]][travis]

[travis-image]: https://travis-ci.org/ptal/rust-interval.png
[travis]: https://travis-ci.org/ptal/rust-interval

This library is usable, tested and documented, however it only works on integers (`i8`-`i64`, `u8`-`u64`, `usize` and `isize`) and only a few operations are implemented. For generic purposes, common operations on collections are extracted into traits.

Examples and more in the [documentation](http://hyc.io/intervallum)