types/ruma-events
Jonas Platte 6f4d883e88
Fix integer literals in PDU tests
They were using a usize suffix which was only valid on 64bit targets.
2021-01-04 01:58:23 +01:00
..
benches Move Raw, Outgoing and all macro code from ruma-common to ruma-serde 2020-11-28 03:45:39 +01:00
src Remove lots of Copy implementations 2020-12-24 02:51:08 +01:00
tests Fix integer literals in PDU tests 2021-01-04 01:58:23 +01:00
Cargo.toml Release ruma-events 0.22.0-alpha.2 2021-01-02 14:49:00 +01:00
CHANGELOG.md Clean up changelogs 2021-01-02 15:01:49 +01:00
README.md Various README updates 2020-09-29 20:30:33 +02:00

ruma-events

crates.io page docs.rs page license: MIT

ruma-events contains serializable types for the events in the Matrix specification that can be shared by client and server code.