corgi-macros 0.0.2

🦀 Rust based RPC macros
Documentation

Corgi Macros

This crate provides procedural macros for the corgi RPC framework. These macros are designed to work in tandem with the types defined in the core corgi crate.

Overview

The primary macro is [rpc_fn], which automates the creation of RPC metadata and execution handlers.