lyquid-proc 0.1.0

Procedural macros for the Lyquid Development Kit.
Documentation

Compile-time expansion for Lyquid state, method, and call syntax.

lyquid-proc translates the source-level Lyquid DSL into the guest ABI exported by lyquid. It validates method signatures, prefixes network, instance, Ethereum, oracle, and UPC entry point names, encodes method metadata into custom sections, builds context wrappers, and emits state-variable initialization glue. Runtime crates consume the generated names and metadata after lyquor-wasm extracts them from the compiled module.