Attribute Macros§
- dsl
- Add
#[dsl]to your structs with#[table]to interact in a more ergonomic way than SpacetimeDB allows you by default. - hook
- Add
#[hook]to your functions to add the trait implementation line required for SpacetimeDSL hooks to work.
Derive Macros§
- SpacetimeDSL
- Provides helper attributes for
#[dsl]because proc_macro_attribute’s currently don’t support them.