graph_process_manager_core 0.3.0

Utilities to explore parts of a tree-like or graph-like structure that is not known in advance
Documentation
[dependencies.maplit]
version = "1.0.2"

[dependencies.rand]
version = "0.9.0"

[lib]
name = "graph_process_manager_core"
path = "src/lib.rs"

[package]
authors = ["Erwan Mahe"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.3.0"