#macro #parser #companion #graph #compile #import #dot-parser

macro dot-parser-macros

This crate contains companion proc macros for the dot_parser crate

3 releases (breaking)

0.3.0 Jul 8, 2024
0.2.0 May 26, 2024
0.1.0 May 26, 2024

#1399 in Procedural macros

GPL-2.0-or-later

89KB
2K SLoC

This is a companion crate of dot_parser, providing a macro to statically import a DOT/Graphviz graph.


lib.rs:

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

Dependencies

~3MB
~60K SLoC