Crate fiberplane_pdk_macros
source ·Expand description
§Fiberplane PDK macros
Macro crate to support the Fiberplane PDK.
Macros§
- Used to define the query types supported by the provider.
Attribute Macros§
- Exports a provider function to make it available to the provider runtime.
Derive Macros§
- Used to automatically generate a config schema for a given struct.
- Used to automatically generate conversion methods to convert your data to and from the
Blob
type. - Used to automatically generate a query schema for a given struct.