Macro datalog

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

Generate a graph instance from Datalog code.

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

For examples, see the datalog tests in the repo.