tree-layout 0.0.2

Get the arrangement layout of the tree diagram.
Documentation
[package]
name = "tree-layout"
version = "0.0.2"
authors = ["Sean Marshallsay <srm.1708@gmail.com>"]
keywords = ["tree", "layout"]
categories = ["algorithms"]
description = "Get the arrangement layout of the tree diagram."
repository = "https://github.com/ygg-lang/yggdrasil-viewer"
license = "MIT"
readme = "readme.md"
edition = "2021"

[dependencies]
hashbrown = "0.14.2"

[dependencies.shape-core]
version = "0.1.16"
#path = 'C:\Users\Dell\CLionProjects\shape-rs\projects\shape-core'

[dev-dependencies]
petgraph = "0.6.4"