Cargo Features
ruma-macros has no features set by default.
[dependencies]
ruma-macros = { version = "0.15.1", features = [] }
- __internal_macro_expand
-
Make the request and response macros expand internal derives they would usually emit in the
#[derive()]
list directly, such that Rust Analyzer's expand macro helper can render their output. Requires a nightly toolchain.Affects
util::cfg_expand_struct
…