graph_process_manager_core 0.1.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
[dependencies.maplit]
version = "1.0.2"

[dependencies.rand]
version = "0.8.5"

[package]
authors = ["Erwan Mahe"]
description = "Utilities to explore parts of a tree-like or graph-like structure that is not known in advance"
edition = "2021"
homepage = "https://github.com/erwanM974/graph_process_manager_core"
keywords = ["graph", "tree", "process", "traversal", "heuristics"]
license = "Apache-2.0"
name = "graph_process_manager_core"
readme = "README.md"
repository = "https://github.com/erwanM974/graph_process_manager_core"
version = "0.1.0"