1
0
Fork 0
ruma/crates/ruma-events/tests/it/main.rs
Kévin Commaille 5aa5788c3d events: Remove pdu module
As far as we know, it is not used anywhere outside of the tests of
ruma-state-res.
2025-06-17 10:32:22 +02:00

27 lines
386 B
Rust

mod audio;
mod beacon;
mod beacon_info;
mod call;
mod encrypted;
mod enums;
mod ephemeral_event;
mod event;
mod event_content;
mod event_enums;
mod file;
mod image;
mod initial_state;
mod location;
mod message;
mod poll;
mod redacted;
mod redaction;
mod relations;
mod room_message;
mod state_event;
mod sticker;
mod stripped;
mod to_device;
mod video;
mod voice;
mod without_relation;