Expand description
Hydroflow surface syntax
Modules§
- Compatibility for
proc_macrodiagnostics, 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::Spans. - Utility methods for processing singleton references:
#my_var. - Union-find data structure, see
UnionFind.