Crates.io | eater_rangeset |
lib.rs | eater_rangeset |
version | 0.1.1 |
source | src |
created_at | 2023-03-29 21:13:13.949849 |
updated_at | 2023-03-29 21:40:06.781319 |
description | Simple library to work with set's of ranges |
homepage | |
repository | |
max_upload_size | |
id | 824400 |
size | 39,570 |
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
License: MIT