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