Crate conflagrate_macros

Source
Expand description

See the conflagrate documentation for details about the macros contained in this crate.

Macros§

graph
Defines the control flow graph of an application.

Attribute Macros§

dependency
Defines a dependency that can be accessed from any node in the graph.
nodetype
Defines a block of code to be associated with nodes of a certain type in a graph.