dbgflow-core 0.2.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
13
14
15
16
17
# 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.