Expand description
Proc-macro crate for Telepath.
Provides the #[command] attribute macro that generates a type-erased shim
function and a CommandMetadata const from a plain Rust function definition.
Attribute Macrosยง
- command
- Marks a function as a Telepath RPC command.