deku 0.20.3

bit level serialization/deserialization proc-macro for structs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
on: [pull_request]
name: CI Pull Request
jobs:
  runBenchmark:
    name: Benchmark
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v6
        with:
          fetch-depth: 0
      - uses: dtolnay/rust-toolchain@master
        with:
          toolchain: stable
      - uses: boa-dev/criterion-compare-action@v3
        with:
          branchName: ${{ github.base_ref }}
          token: ${{ secrets.GITHUB_TOKEN }}