mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-14 16:55:08 +00:00
3e6bf10640
This is another stepping stone in porting the event class fully to Rust. The new `Signatures` class is relatively simple, as we actually don't interact with it that much in the code. It does *not* implement `Mapping` or `MutableMapping` as that takes quite a lot of effort that we don't need, even though it would be more ergonomic.