Damir Jelić
Damir Jelić
User identities and devices are internally using a `serde_json::Value`, this means that, if the `Value` isn't empty, `rmp_serde` will fail to with a cryptic error message. The interesting part is,...
Since #1447 we create a root span for our `Client` object, and since https://github.com/matrix-org/matrix-rust-sdk/pull/1428 EX can push traces to an OpenTelemetry collector, aka Jaeger in this case. # Structured logging...
# The PQXDH Key Agreement Protocol This pull request implements the new post-quantum safe [PQXDH] Key Agreement Protocol. The [PQXDH] Key Agreement Protocol is a hybrid protocol building on top...
The Matrix plugin has macros to define a config in a declarative way, once that is tested out a bit better we'll likely want to import this here. The macros...
Add a prelude module that re-exports the most commonly used structs.
# Spring cleaning  ## Motivation As the seasons change and the warmth of the sun begins to illuminate our surroundings, we're often confronted with the less appealing aspects of...