Module core

Source

Structs§

EventGraph
This manages the graph. The event function is the entrypoint to most graph interactions.
Link
A link, representing processing taking some inputs and modifying outputs. This object is just an ownership root, it’s not particularly interactive.
ProcessingContext
Context used during the processing of a single event. You should pass this around as a &mut and probably not store it persistently.
Value
_Context

Constants§

NULL_ID

Traits§

IntoValue
LinkTrait
Behavior required for manually defining links.
ValueTrait

Type Aliases§

Id
A unique id for all items in the graph (links and values). Starts from 1, 0 is invalid.