eater_rangeset

Crates.ioeater_rangeset
lib.rseater_rangeset
version0.1.1
sourcesrc
created_at2023-03-29 21:13:13.949849
updated_at2023-03-29 21:40:06.781319
descriptionSimple library to work with set's of ranges
homepage
repository
max_upload_size
id824400
size39,570
eater (the-eater)

documentation

README

Workflow Status Coverage Status

eater_rangeset

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

Commit count: 0

cargo fmt