dfir_syntax!() { /* proc-macro */ }
Available on crate feature
dfir_macro
only.Expand description
Create a runnable graph instance using DFIR’s custom syntax.
For example usage, take a look at the surface_*
tests in the tests
folder
or the examples
folder
in the Hydro repo.