1 unstable release
0.1.0 | Feb 22, 2021 |
---|
#58 in #wasmcloud
88 downloads per month
Used in 10 crates
(via wasmcloud-actor-core)
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
~36K SLoC