Skip to main content

Crate picante_macros

Crate picante_macros 

Source
Expand description

Proc macros for Picante (#[picante::input], #[picante::tracked], etc.).

Attribute Macros§

db
Generate a database struct wiring together ingredients and runtime.
input
Generate an interned-key input “entity” from a struct definition.
interned
Generate an interned “entity” from a struct definition.
tracked
Generate a memoized derived query from an async function.