Crate pdk_macros

Crate pdk_macros 

Source
Expand description

PDK Macros

This module provides the macros to declare the entry points of your code as a custom policy.

Attribute Macrosยง

entrypoint
Use this macro to annotate the configuration function for you custom policy.
entrypoint_flex
Macro to annotate the setup function for the flex abi entrypoint. Manual usage of this macro is discouraged. It should is automatically handled with the autogenerated code from the policy definition.