Skip to main content

Crate dbgflow_macros

Crate dbgflow_macros 

Source
Expand description

Procedural macros for the dbgflow graph debugger.

This crate is usually consumed indirectly through the top-level dbgflow crate, which re-exports all macros.

Attribute Macrosยง

dbg_test
Wraps a test so it becomes a persisted debugger session.
trace
Marks a function as a traced execution node.
ui_debug
Marks a struct or enum as a UI-visible data node.