ruwuma/crates/ruma-identifiers
Jonas Platte 87051c3cb6
identifiers: Make server_name! macro return a reference instead of an owned value
It is easy to turn it into an owned value through `.to_owned()`.
The reverse was not possible without tying the reference to the lifetime
of a temporary variable.
2021-11-26 00:53:07 +01:00
..

ruma-identifiers

crates.io page docs.rs page license: MIT

ruma-identifiers contains types for Matrix identifiers for events, rooms, room aliases, and users.