Expand description
§Linnet
Linnet is a Rust library dedicated to graph data structures and algorithms. Its primary focus is on providing tools and functionalities for working with sub-graphs and performing node-identification tasks.
This library is useful for scenarios where you need to analyze or manipulate parts of a graph, or identify and manage specific nodes within a larger graph structure.
Modules§
- dot_
parser - DOT Language Parser and Serializer
- drawing
- Graph Drawing and Visualization
- half_
edge - Half-Edge Graph Representation
- num_
traits - Generic Numerical Traits
- permutation
- Permutations
- tree
- Defines core data structures and traits for representing forests (collections of trees).
- union_
find - Union-Find (Disjoint Set Union - DSU) Data Structure