6 lines
170 B
Rust
6 lines
170 B
Rust
//! Endpoints to retrieve information from a homeserver about a resource.
|
|
|
|
pub mod get_custom_information;
|
|
pub mod get_profile_information;
|
|
pub mod get_room_information;
|