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.