Skip to content

Instead of enum dispatch, use generics and dynamic dispatch to build … #100

Instead of enum dispatch, use generics and dynamic dispatch to build …

Instead of enum dispatch, use generics and dynamic dispatch to build … #100

Workflow file for this run

on: [push]
jobs:
msrv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: dtolnay/[email protected]
- run: cargo check
- run: cargo check --no-default-features