Skip to content

add util functions for min and max of 2 args (useful for floats) #84

add util functions for min and max of 2 args (useful for floats)

add util functions for min and max of 2 args (useful for floats) #84

Workflow file for this run

on: [ push ]
name: CI
jobs:
build_and_test:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test