Expand description

This crate provides Turbocharger’s procedural macros.

Please refer to the turbocharger crate for details.

Attribute Macros

Apply this to a pub async fn to make it available (over the network) to the JS frontend. Also apply to any structs used in backend function signatures.

Apply this to an item to make it available on the server target only.

Apply this to an item to make it available on the wasm target only.