ruma_client_api/
tag.rs

1//! Endpoints for tagging rooms.
2
3pub mod create_tag;
4pub mod delete_tag;
5pub mod get_tags;