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ยง
- Action
Export Info - Action information within a topic.
- Edge
Repr - Serializable representation of a RefEdge.
- Graph
Export - Full graph export for external consumption.
- Graph
Export Edge - Edge representation for full export.
- Graph
Export Node - Node representation for full export.
- Graph
Repr - Serializable representation of a RefGraph.
- Node
Repr - Serializable representation of a RefNode.
- Span
Repr - Span representation.
- Stats
Export - Statistics for export.
- Topic
Export Info - Topic information for export.
- Usage
Info Repr - Serializable representation of a usage location.
- Validation
Error Repr - Serializable representation of ValidationError.
- Validation
Export - Validation results for export.
- Validation
Result Repr - Serializable representation of ValidationResult.
- Variable
Usages Repr - Serializable representation of variable usages.