ruwuma/crates/ruma-events
Jason Volk 920148dca1 add allowed_rooms() utility to JoinRule
Signed-off-by: Jason Volk <jason@zemos.net>
2025-04-04 00:32:31 +00:00
..
benches events: slightly rework benches 2024-12-03 13:43:09 +00:00
src add allowed_rooms() utility to JoinRule 2025-04-04 00:32:31 +00:00
tests/it events: Fix test for compat-encrypted-stickers 2025-02-16 17:22:37 -05:00
build.rs identifiers: Allow to set ruma_identifiers_storage cfg setting with env variable 2024-12-15 02:55:58 -05:00
Cargo.toml events: Upgrade pulldown-cmark 2025-02-28 11:53:32 -05:00
CHANGELOG.md events: Add is_redacted accessor to event enums 2025-02-16 15:22:33 -05:00
README.md Bring back ruma-events 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.