# dbgflow
Published package:
- crates.io: [crates.io/crates/dbgflow](https://crates.io/crates/dbgflow)
- docs.rs: [docs.rs/dbgflow](https://docs.rs/dbgflow)
It provides:
- attribute macros for tracing functions, data nodes, and tests
- a session runtime and JSON session format
- a browser UI for graphing code execution and failing tests
Install:
```bash
cargo add dbgflow
cargo install dbgflow
```
Full project documentation lives in the workspace root `README.md`.