Range ranger

Build

This library is a WORK IN PROGRESS experiment into rust APIs for me

Range ranger is a range manipulation library supporting multiple type of ranges under a single type:

With support for the following operations:

The range type is an enum of all the possible range subtypes. The default behaviour for ranges constructed via methods is to be simplified and sorted but non-simplified ranges can be constructed by creating the enum members directly.

Running coverage

```powershell

Requirements

cargo install grcov to install rustup component add llvm-tools-preview

Running

./coverage.ps1 ```

See also