···3232Please use `nix develop` for access to the development environment and to ensure
3333your changes are ran against the defined git hooks. For simplicity, you may wish
3434to use [direnv](https://github.com/direnv/direnv).
3535-3636-### Testing
3737-3838-#### dhat profiling
3939-4040-```sh
4141-$ just build-dhat
4242-```
4343-4444-#### Testing
4545-4646-```sh
4747-$ cargo test
4848-$ nix flake check
4949-```