Crate ruma_api_macros

Source
Expand description

A procedural macro for easily generating ruma-api-compatible endpoints.

This crate should never be used directly; instead, use it through the re-exports in ruma-api. Also note that for technical reasons, the ruma_api! macro is only documented in ruma-api, not here.

Macros§

ruma_api

Derive Macros§

Request
Internal helper taking care of the request-specific parts of ruma_api!.
Response
Internal helper taking care of the response-specific parts of ruma_api!.