dot-parser

Crates.iodot-parser
lib.rsdot-parser
version0.1.3
sourcesrc
created_at2021-11-17 11:43:23.286079
updated_at2022-09-08 10:42:26.373301
descriptionA parser for DOT/Graphviz files.
homepage
repositoryhttps://framagit.org/Bromind/dot-parser
max_upload_size
id483302
size42,040
Martin Vassor (Bromind)

documentation

README

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.

Commit count: 0

cargo fmt