Module common

Source

Modulesยง

const_parameter ๐Ÿ”’
graph ๐Ÿ”’
identifier ๐Ÿ”’
imported_modules ๐Ÿ”’
location ๐Ÿ”’
network_name ๐Ÿ”’
node
node_builder ๐Ÿ”’
path ๐Ÿ”’
positive_number ๐Ÿ”’
static_string ๐Ÿ”’

Structsยง

ConstParameter
A const parameter for a function or a composite.
DiGraph
A directed graph using reference-counted nodes.
Identifier
An identifier in a program.
Location
NodeBuilder
A counter that produces sequentially increasing NodeIDs.
NodeBuilderInner
Contains the actual data for Handler. Modeled this way to afford an API using interior mutability.
NonNegativeNumber
A number string guaranteed to be non-negative.
Path
A Path in a program.
StaticString

Enumsยง

DiGraphError
Errors in directed graph operations.
NetworkName

Traitsยง

GraphNode
A node in a graph.

Functionsยง

deserialize
serialize

Type Aliasesยง

CallGraph
A call graph.
ImportGraph
An import dependency graph.
StructGraph
A struct dependency graph. The Vec<Symbol> is to the absolute path to each struct