Expand description
§wry_cmd_core
Core runtime for the Wry IPC command system.
Provides the command registry and handle_command dispatcher,
plus the use_wry_ipc!() macro for integrating with Wry.
Re-exports§
pub extern crate inventory;
Re-exports§
pub use futures;
Macros§
Structs§
- Command
- A single registered command.
Functions§
- handle_
command - Dispatch an IPC command by name with JSON arguments.
Supports names like
"mycommands/greet"or even"/mycommands/greet"and percent-encoded paths (e.g.%2Fmycommands%2Fgreet).
Type Aliases§
- Command
Handler - Type alias for command handler functions.