int-interval 0.6.0

A small, no_std half-open interval algebra library for primitive integer types.
Documentation
1
2
3
4
5
6
7
8
9
10
repos:
    - repo: local
      hooks:
          - id: cargo-test
            name: cargo test
            entry: bash -lc 'cargo test'
            language: system
            pass_filenames: false
            always_run: true
            stages: [pre-commit]