Crate gexf

Crate gexf 

Source

Structs§

Color
RGB color (0..255 per channel)
Edge
An edge between two nodes
Gexf
Main builder/graph object
GraphBuilder
Convenience builder that ensures unique incremental IDs for edges when you don’t care about explicit IDs.
Meta
Metadata for the <meta> section
Node
A node in the graph
Position
3D position (Gephi viz namespace)

Enums§

EdgeType
Direction type for the whole graph. Per-edge overrides are not supported in core GEXF; use Mutual or split graphs if needed.
GexfError
GraphMode
Static vs dynamic graphs. This crate currently emits static graphs only.

Type Aliases§

Result
Result alias for this crate