#graph-traversal #graph #heuristics #tree #process

graph_process_manager_core

Utilities to explore parts of a tree-like or graph-like structure that is not known in advance

15 releases

0.3.1 Mar 15, 2025
0.3.0 Mar 12, 2025
0.2.1 Feb 14, 2025
0.1.10 May 20, 2023
0.1.6 Apr 23, 2023

#183 in Visualization

Download history 17/week @ 2024-12-10 1/week @ 2024-12-17 99/week @ 2025-02-04 148/week @ 2025-02-11 77/week @ 2025-02-18 25/week @ 2025-02-25 5/week @ 2025-03-04 270/week @ 2025-03-11 34/week @ 2025-03-18 2/week @ 2025-03-25

316 downloads per month
Used in 3 crates

Apache-2.0

71KB
1K SLoC

Utilities to explore parts of a tree-like or graph-like structure that is not known in advance

Traversal heuristics and various utilities to explore a tree-like or graph-like structure from a given starting node without prior knowledge of any other node or transition. Target nodes are determined from a given origin node via the application of some unspecified steps.

Code initially made for another project of mine: hibou.

Dependencies

~1.5MB
~18K SLoC