ranges 0.3.3

This crate provides a generic alternative to core/std ranges, set-operations to work with them and a range set that can efficiently store them with the least amount of memory possible.
Documentation
1
2
3
4
5
6
rustfmt:
  stage: lint
  only:
    - pushes
  script:
    - cargo fmt -- --check