ruwuma/crates/ruma-events
Kévin Commaille f17de39ed4 events: More relation serde fixes
It seems that we cant count on serde_json::to_value to detect
duplicates,
because it swallows them instead of returning an error.
The only solution then is to serialize to string and try to deserialize
again.
2024-06-25 14:10:11 +02:00
..
2023-08-28 10:23:54 +02:00
2024-06-25 14:10:11 +02:00
2024-06-25 14:10:11 +02:00
2023-08-28 10:23:54 +02:00

ruma-events

crates.io page docs.rs page license: MIT

Serializable types for the events in the Matrix specification that can be shared by client and server code.