# dbgflow-core
Core runtime crate for the `dbgflow` graph debugger ecosystem.
Published package:
- crates.io: [crates.io/crates/dbgflow-core](https://crates.io/crates/dbgflow-core)
- docs.rs: [docs.rs/dbgflow-core](https://docs.rs/dbgflow-core)
This package contains:
- session graph and event data types
- runtime collection and test event helpers
- session persistence helpers
- the embedded browser UI server
Most users should depend on `dbgflow` instead of using this crate directly.