graphviz-dot-parser 0.0.4

A simple (incomplete) parser for Graphviz DOT format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.nom]
version = "7.1.3"

[dependencies.petgraph]
version = "0.6.4"

[package]
authors = ["Fangyi Zhou <me@fangyi.io>"]
description = "A simple (incomplete) parser for Graphviz DOT format"
edition = "2018"
license = "MIT"
name = "graphviz-dot-parser"
readme = "README.md"
repository = "https://github.com/fangyi-zhou/graphviz-dot-parser"
version = "0.0.4"