package
0.0.0-20190426092945-678096d81a4b
Repository: https://github.com/gonum/graph.git
Documentation: pkg.go.dev

# README

formats/dot

License

The source code and any original content of the formats/dot directory is released under Public Domain Dedication.

The source code is also licensed under the gonum license, and users are free to choice the license which suits their needs.

Please see github.com/gonum/license for general license information, contributors, authors, etc on the Gonum suite of packages.

# Packages

This repository is no longer maintained.

# Functions

Parse parses the given Graphviz DOT file into an AST, reading from r.
ParseBytes parses the given Graphviz DOT file into an AST, reading from b.
ParseFile parses the given Graphviz DOT file into an AST.
ParseString parses the given Graphviz DOT file into an AST, reading from s.