A simple library with some boilerplate code to work with Range's and RangeSet's
Currently every set operation depends on a mix of RangeSet::union
and
RangeSet::invert
as those are the only 2 operations needed to implement
all other operations.
This also reduces surface for errors, as only 2 functions have to be proven correct.
This will change in the future