Expand description

GraphViz file format parser.

Re-exports

pub use lexer::Lexer;
pub use lexer::Token;
pub use parser::DotParser;
pub use printer::dump_ast;

Modules

An AST that represents the GraphViz file format.
The Lexer implementation for the GraphViz file format.
A collection of methods for printing the AST.