tree-graphviz 0.2.0

Generate GraphViz DOT directed trees, based on an arbitrary tree structure.
Documentation
[dependencies.futures]
optional = true
version = "0.3"

[features]
async = ["dep:futures"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures", "value-formatting"]
description = "Generate GraphViz DOT directed trees, based on an arbitrary tree structure."
edition = "2021"
keywords = ["graphviz", "directed-graph"]
license = "LGPL-3.0-or-later"
name = "tree-graphviz"
readme = "README.md"
repository = "https://github.com/Siri-chan/tree-graphviz"
version = "0.2.0"