# dbgflow-core
Core runtime crate for the `dbgflow` graph debugger ecosystem.
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.