Expand description
Procedural macros for roam RPC service definitions.
The #[service] macro generates everything needed for a roam RPC service.
All generation logic lives in roam-macros-core for testability.
Attribute Macrosยง
- service
- Marks a trait as a roam RPC service and generates all service code.