events: Add html_favicon_url and html_logo_url for docs

This commit is contained in:
Jonas Platte 2023-10-12 15:44:14 +02:00
parent e658b8b128
commit f0f63086d5
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C

View File

@ -1,3 +1,5 @@
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
//! (De)serializable types for the events in the [Matrix](https://matrix.org) specification.
//! These types are used by other Ruma crates.
//!