dot-parser 0.1.3

A parser for DOT/Graphviz files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "dot-parser"
version = "0.1.3"
authors = ["Martin Vassor<m.vassor@imperial.ac.uk"]
edition = "2021"
description = "A parser for DOT/Graphviz files."
readme = "README.md"
keywords = ["graphviz", "dot", "parser", "graph"]
categories = ["parser-implementations"]
license = "GPL-2.0-or-later"
repository = "https://framagit.org/Bromind/dot-parser"

[dependencies]
pest = "2.1.3"
pest_derive = "2.1.0"