ruwuma/crates/ruma-macros
Jonas Platte 2500e8f8fa api: Make query_string parameter of make_endpoint_url non-optional
When Some(_), the argument would often be an empty string. By always
using the empty string to mean "no query", we avoid trailing a `?` on
URLs without having two parameter values that mean the same thing.
2022-11-11 11:27:07 +01:00
..
2022-11-01 11:13:21 +01:00

ruma-macros

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