allocation-counter 0.6.0

Count the number of memory allocation of some code.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
name: CI
on: push
jobs:
  test:
    strategy:
      matrix:
        os: [ubuntu, macos, windows]
    runs-on: ${{ matrix.os }}-latest
    steps:
    - uses: actions/checkout@v4
    - uses: dtolnay/rust-toolchain@stable
    - run: make check