Hello everyone :) I have recently created a very similar Package called [TestNoAllocations.jl](https://github.com/BloodWorkXGaming/TestNoAllocations.jl) which solves a similar purpose of finding allocations. Considering the limitations of this package, AllocCheck.jl and TestNoAllocations.jl seem to complement each other pretty well. Due to `TestNoAllocations.jl` only running during tests, there are no runtime costs at all, however, the guarantees of AllocCheck.jl are much stronger. Is there any interest of a CrossReference between the two packages in the README or merging the package into one unified one?