graph_process_manager_core 0.4.0

Utilities to explore parts of a tree-like or graph-like structure that is not known in advance
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "graph_process_manager_core"
version = "0.4.0"
authors = ["Erwan Mahe"]
edition = "2021"

license = "Apache-2.0"
description = "Utilities to explore parts of a tree-like or graph-like structure that is not known in advance"

readme = "README.md"
repository = "https://github.com/erwanM974/graph_process_manager_core"
homepage = "https://github.com/erwanM974/graph_process_manager_core"

keywords = ["graph", "tree", "process", "traversal", "heuristics"]


[dependencies]
rand = "0.10.1"  # random number generation e.g. for traversal random priorities