Crate turbocharger_impl[][src]

Expand description

This crate provides Turbocharger’s procedural macros.

Please refer to the turbocharger crate for how to set this up.

Attribute Macros

Apply this to an async fn to make it available (over the network) to the JS frontend.

Apply this to a function to make it available on the server only.

Apply this to a pub fn to make it available to the WASM module only. Apples #[wasm_bindgen] underneath.