Crate dump_schedule
source ·Expand description
§dump_schedule
A simple debugging utility for visualizing Valence’s schedule graph. Generates a SVG file.
- Ensure that Graphviz is installed and the
dot
andtred
commands are available. - Run the program with
cargo r -p dump_schedule -- PostUpdate
- Open the generated
graph.svg
in your browser or other program, e.g.chromium graph.svg
.
Structs§
- Cli 🔒
Functions§
- main 🔒