Module vyper_rs::macros

source ·
Expand description

The Macro module contains powerful macros used to enhance the developer experience. Some of these macros are structural in the sense that they construct essential types. The vyper!, vypers!, and venv! macros fall into this category. Furthermore, there are macros such as compile! and abi! that make common tasks simple. Both compile! and abi! have numerous match arms and some shared keywords.