Skip to content

feat: deserialize BinTree and HashmapE into extendable types #10

feat: deserialize BinTree and HashmapE into extendable types

feat: deserialize BinTree and HashmapE into extendable types #10

Workflow file for this run

name: Check
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
permissions:
checks: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features