Crate dot_parser_macros

Source
Expand description

This crate provides two macros from_dot_file! and from_dot_string!, which help parsing graph files at compile time.

Macrosยง

from_dot_file
Imports a DOT graph contained in a file.
from_dot_string
Similar to from_dot_file!, but reads the DOT graph from a given literal instead of reading it from a file.