#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

#56 in #wasmcloud

Download history 6/week @ 2023-12-03 6/week @ 2023-12-10 14/week @ 2023-12-17 14/week @ 2023-12-24 9/week @ 2024-01-07 7/week @ 2024-01-14 3/week @ 2024-01-21 11/week @ 2024-02-04 9/week @ 2024-02-11 22/week @ 2024-02-18 37/week @ 2024-02-25 28/week @ 2024-03-03 26/week @ 2024-03-10 28/week @ 2024-03-17

119 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
~33K SLoC