int-interval-set 0.3.4

Integer half-open interval set structures built on top of int-interval.
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_set'