int-interval 0.9.4

A small, no_std half-open interval algebra library for primitive integer types.
Documentation
name: CodSpeed

on:
  push:
    branches: ["main"]
  pull_request:
  workflow_dispatch:

permissions:
  contents: read
  id-token: write

jobs:
  benchmarks:
    uses: jcfangc/ci/.github/workflows/rust-codspeed.yml@v0
    with:
      rust_toolchain: stable
      build_command: cargo codspeed build -m simulation
      run_command: cargo codspeed run -m simulation 'int_interval'