Crate linnet

Source
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

Macros§

dot