Expand description
Procedural macros that generate the engine’s layout and data-adapter boilerplate.
Macros§
- define_
error - Define an opaque public error wrapper together with its private error-kind enum.
- define_
slot - Declare a non-generic, named-field dense-buffer slot.
Attribute Macros§
- spec_
handler_ delegation - Generate the forwarding macro directly from a handler trait’s live method signatures.
Derive Macros§
- Copy
Insert - Implement a
PostgreSQLCOPYrow-binding contract for a named-field structure. - HasFk
- Implement the configured DBC
HasFktrait for a named-field structure. - HasId
- Implement the configured DBC
HasIdtrait for a named-field structure. - Lower
Data - Generate builder-to-runtime data lowering for a named-field structure.
- Resolved
Store - Generate a field-driven
Defaultimplementation for a resolved-data store.