ranges 0.4.0

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
7
8
rustfmt:
  stage: lint
  only:
    - pushes
  script:
    - rustup component add rustfmt
    - cargo fmt -- --check
  needs: []