Crate fiberplane_pdk_macros

Source
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§

ConfigSchema
Used to automatically generate a config schema for a given struct.
ProviderData
Used to automatically generate conversion methods to convert your data to and from the Blob type.
QuerySchema
Used to automatically generate a query schema for a given struct.