Add more documentation about ruma crate features

This commit is contained in:
Jonas Platte 2021-02-08 20:47:10 +01:00
parent 44a0bebd09
commit c7c11b2f3e
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -10,6 +10,12 @@
//! * `client-api` for the client-server API //! * `client-api` for the client-server API
//! * `federation-api` for the server-server (federation) API //! * `federation-api` for the server-server (federation) API
//! * `appservice-api` for the application service API //! * `appservice-api` for the application service API
//!
//! There's also the features `api`, `events` and `signatures` for the
//! submodules of the same names. Usually they are activated by one of the
//! other features when needed. If you are viewing this on `docs.rs`, you can
//! have a look at the feature dependencies by clicking 'Feature flags' in the
//! toolbar at the top.
#![deny(missing_docs)] #![deny(missing_docs)]
#![cfg_attr(docsrs, feature(doc_cfg))] #![cfg_attr(docsrs, feature(doc_cfg))]