identity-service-api: Add crate-level docs and warn on missing docs

This commit is contained in:
Jonas Platte 2021-04-05 11:43:35 +02:00
parent 1bf4157a89
commit 0d617995b2
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -1,5 +1,8 @@
#![doc(html_favicon_url = "https://www.ruma.io/favicon.ico")]
#![doc(html_logo_url = "https://www.ruma.io/images/logo.png")]
//! (De)serializable types for the Matrix Identity Service API.
#![warn(missing_docs)]
pub mod authentication;
pub mod keys;