dbgflow-core 0.1.0

Core runtime, session model, and embedded UI server for the dbgflow graph debugger.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 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.