Skip to main content

Module export

Module export 

Source
Expand description

Serialization types for graph export.

This module contains all the data structures used to serialize RefGraph data for external consumption (JSON, WASM, etc.).

Structsยง

ActionExportInfo
Action information within a topic.
EdgeRepr
Serializable representation of a RefEdge.
GraphExport
Full graph export for external consumption.
GraphExportEdge
Edge representation for full export.
GraphExportNode
Node representation for full export.
GraphRepr
Serializable representation of a RefGraph.
NodeRepr
Serializable representation of a RefNode.
SpanRepr
Span representation.
StatsExport
Statistics for export.
TopicExportInfo
Topic information for export.
UsageInfoRepr
Serializable representation of a usage location.
ValidationErrorRepr
Serializable representation of ValidationError.
ValidationExport
Validation results for export.
ValidationResultRepr
Serializable representation of ValidationResult.
VariableUsagesRepr
Serializable representation of variable usages.