Crate dfir_macro

Source

Macros§

dfir_parser
Parse DFIR syntax without emitting code.
dfir_syntax
Create a runnable graph instance using DFIR’s custom syntax.
dfir_syntax_noemit
dfir_syntax! but will not emit any diagnostics (errors, warnings, etc.).
monotonic_fn
Checks that the given closure is a monotonic function. For now does nothing.
morphism
Checks that the given closure is a morphism. For now does nothing.

Attribute Macros§

dfir_main
dfir_test

Derive Macros§

DemuxEnum