Macro hydroflow::datalog

source ·
datalog!() { /* proc-macro */ }
Expand description

Generate a Hydroflow instance from Datalog code.

This uses a variant of Datalog that is similar to Dedalus.

For examples, see the datalog tests in the Hydroflow repo.