Crate piecrust_macros

source ·
Expand description

piecrust-macros is a macro library designed to simplify the development of smart contracts for Dusk’s Piecrust virtual machine. It provides macros to automatically generate the boilerplate code required for interfacing smart contracts with the Piecrust VM.

Attribute Macros

  • Exposes functions in a smart contract’s implementation block by automatically generating external call wrappers.