coralstack-cmd-ipc-macros
Procedural macros for coralstack-cmd-ipc:
#[command], #[command_service], #[event], and #[payload].
You normally don't depend on this crate directly — the macros are
re-exported from coralstack_cmd_ipc::prelude. Depend on
coralstack-cmd-ipc and use:
use *;
;
See the coralstack-cmd-ipc README
for the full API and registration patterns.
License
MIT. See the repository root for the full text.