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