Crates.io | range_ranger |
lib.rs | range_ranger |
version | 0.1.1 |
source | src |
created_at | 2022-12-04 15:51:24.907552 |
updated_at | 2022-12-04 16:20:27.991438 |
description | A range library |
homepage | |
repository | |
max_upload_size | |
id | 729639 |
size | 124,287 |
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.
# Requirements
cargo install grcov to install
rustup component add llvm-tools-preview
# Running
./coverage.ps1