Crate hydroflow_macro

Source

Macros§

hydroflow_parser
Parse Hydroflow “surface syntax” without emitting code.
hydroflow_syntax
Create a Hydroflow instance using Hydroflow’s custom “surface syntax.”
hydroflow_syntax_noemit
hydroflow_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§

hydroflow_main
hydroflow_test

Derive Macros§

DemuxEnum