alloc_counter 0.0.4

Count allocations, reallocations, deallocations. Allow, deny, or forbid allocations on an expression or function basis.
Documentation
1
2
3
4
5
6
check:
    image: "registry.gitlab.com/sio4/runner:latest"
    script:
        - cargo check
        - cargo test
        - cargo test --release