#actor #wasmcloud #api-bindings #macro-derive

macro wasmcloud-actor-core-derive

Procedural macro derive crate for wasmcloud-actor-core

1 unstable release

0.1.0 Feb 22, 2021

#58 in #wasmcloud

Download history 52/week @ 2024-03-30 21/week @ 2024-04-06 30/week @ 2024-04-13 27/week @ 2024-04-20 20/week @ 2024-04-27 22/week @ 2024-05-04 27/week @ 2024-05-11 19/week @ 2024-05-18 26/week @ 2024-05-25 20/week @ 2024-06-01 15/week @ 2024-06-08 21/week @ 2024-06-15 34/week @ 2024-06-22 4/week @ 2024-06-29 5/week @ 2024-07-06 16/week @ 2024-07-13

61 downloads per month
Used in 10 crates (via wasmcloud-actor-core)

Apache-2.0

4KB

wasmcloud Actor Core - Derive Crate

This crate contains the macro definition for actor::init, which is an annotation macro you can place on your actor initialization function. You will never need to use this crate directly, but will instead use wasmcloud-actor-core. The only reason this crate is isolated on its own is because it uses the proc_macro = true option inside the [lib] section of Cargo.toml, and that option requires a standalone crate.

Dependencies

~1.5MB
~34K SLoC