Skip to content

Make new a const fn #88

Make new a const fn

Make new a const fn #88

Workflow file for this run

on: [push, pull_request]
name: Continuous integration
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
with:
components: rustfmt
- uses: Swatinem/rust-cache@v2
- run: cargo fmt -- --check
- run: cargo test
- run: cargo bench