wasmcloud-actor-core-derive

Crates.iowasmcloud-actor-core-derive
lib.rswasmcloud-actor-core-derive
version0.1.0
sourcesrc
created_at2021-02-22 20:39:06.223651
updated_at2021-02-22 20:39:06.223651
descriptionProcedural macro derive crate for wasmcloud-actor-core
homepage
repository
max_upload_size
id359173
size3,357
wasmCloud Automation Bot (wasmcloud-automation)

documentation

https://docs.rs/wasmcloud-actor-core

README

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.

Commit count: 0

cargo fmt