appservice: Improve docs

master
Johannes Becker 2021-05-17 11:38:28 +02:00
parent 7a5daf6ac7
commit cc591cce1c
2 changed files with 4 additions and 4 deletions

View File

@ -52,8 +52,7 @@
//! synapse configuration `require_auth_for_profile_requests`. Enabled by
//! default.
//! * `appservice`: Enables low-level appservice functionality. For an
//! high-level API there's the
//! `matrix-sdk-appservice` crate
//! high-level API there's the `matrix-sdk-appservice` crate
#![deny(
missing_debug_implementations,

View File

@ -14,8 +14,9 @@
//! Matrix [Application Service] library
//!
//! The appservice crate aims to provide a batteries-included experience. That
//! means that we
//! The appservice crate aims to provide a batteries-included experience by
//! being a thin wrapper around the [`matrix_sdk`]. That means that we
//!
//! * ship with functionality to configure your webserver crate or simply run
//! the webserver for you
//! * receive and validate requests from the homeserver correctly