4 releases

0.1.3 Sep 8, 2022
0.1.2 Sep 8, 2022
0.1.1 Sep 7, 2022
0.1.0 Nov 17, 2021

#1607 in Parser implementations

26 downloads per month

GPL-2.0-or-later

37KB
849 lines

dot-parser

This crate provides a parser for dot files.

Usage

In Cargo.toml:

dot-parser = "*"

In you Rust source file (to be adapted depending on your needs):

use dot_parser::*;

Limitations

The current version does not support subgraphs.

Acknowledgement

This crate was written by Martin Vassor, member of the Mobility Reading Group at Imperial College, London.

The work is supported by EPSRC EP/T006544/1, EP/K011715/1, EP/K034413/1, EP/L00058X/1, EP/N027833/1, EP/N028201/1, EP/T014709/1, EP/V000462/1, and NCSS/EPSRC VeTSS.

Dependencies

~2.2–2.9MB
~58K SLoC