Expand description
§Fiberplane PDK macros
Macro crate to support the Fiberplane PDK.
Macros§
- pdk_
query_ types - Used to define the query types supported by the provider.
Attribute Macros§
- pdk_
export - Exports a provider function to make it available to the provider runtime.
Derive Macros§
- Config
Schema - Used to automatically generate a config schema for a given struct.
- Provider
Data - Used to automatically generate conversion methods to convert your data to
and from the
Blob
type. - Query
Schema - Used to automatically generate a query schema for a given struct.