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§
- Imports a DOT graph contained in a file.
- Similar to from_dot_file!, but reads the DOT graph from a given literal instead of reading it from a file.