ruwuma/crates/ruma-macros
Marcel Hellwig 92f862e279
macros: Generate certain structs only with client or server feature enabled
If neither the client, nor the server feature is enabled the fields are
unused and therefore trigger the dead_code lint.
2022-06-22 14:15:37 +02:00
..
2022-06-01 14:52:02 +02:00

ruma-macros

ruma-macros provides procedural macros for easily generating types for Ruma crates.