graph_process_manager_core

Crates.iograph_process_manager_core
lib.rsgraph_process_manager_core
version0.3.1
created_at2023-04-02 22:08:14.643674+00
updated_at2025-03-15 17:26:20.347167+00
descriptionUtilities to explore parts of a tree-like or graph-like structure that is not known in advance
homepagehttps://github.com/erwanM974/graph_process_manager_core
repositoryhttps://github.com/erwanM974/graph_process_manager_core
max_upload_size
id828641
size80,988
(erwanM974)

documentation

README

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.

Commit count: 23

cargo fmt