Cargo Features

hydroflow_datalog has no features set by default.

[dependencies]
hydroflow_datalog = { version = "0.6.0", features = ["diagnostics"] }
diagnostics

Enables diagnostics of hydroflow_datalog_core

Note: If we ever compile this proc macro crate to WASM (e.g., if we are building on a WASM host), we may need to turn diagnostics off for WASM if proc_macro2 does not support WASM at that time.