Module describe

Module describe 

Source
Expand description

This module contains all the necessary components for describing the structure of a flow.

It also contains a D2Describer for formatting Description into D2 graph syntax.

For details, see the documentation of Description.

Structs§

D2Describerd2describer
A configurable formatter for converting Description structures into D2 graph syntax.
DescriptionBase
The base structure describing a node’s type signature and metadata.
Edge
Represents a directional connection between nodes in a flow.
ExternalResource
Represents an external resource dependency.
Type
Represents a type.

Enums§

Description
Represents a description of either a single Node or an entire flow of connected nodes.
EdgeEnding
Represents one end of an Edge.