Expand description
DFIR syntax
Modules§
- diagnostic
- Compatibility for
proc_macro
diagnostics, which are missing fromproc_macro2
. - graph
- Graph representation stages for DFIR graphs.
- parse
- AST for surface syntax, modelled on
syn
’s ASTs. - pretty_
span - Pretty, human-readable printing of
proc_macro2::Span
s. - process_
singletons - Utility methods for processing singleton references:
#my_var
. - union_
find - Union-find data structure, see
UnionFind
.