dotparser 0.2.0

diagram file parser for Bevy visualization of diagrams
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "dotparser"
version = "0.2.0"
edition = "2024"
license = "MIT"
authors = ["Ed Sweeney <ed@onextent.com>"]
description = "diagram file parser for Bevy visualization of diagrams"
repository = "https://github.com/navicore/dotparser"
readme = "README.md"
keywords = ["graphviz", "dot", "visualization"]
categories = ["visualization", "graphics"]

[dependencies]
petgraph = "0.8"