appservice: Improve docs
parent
7a5daf6ac7
commit
cc591cce1c
|
@ -52,8 +52,7 @@
|
||||||
//! synapse configuration `require_auth_for_profile_requests`. Enabled by
|
//! synapse configuration `require_auth_for_profile_requests`. Enabled by
|
||||||
//! default.
|
//! default.
|
||||||
//! * `appservice`: Enables low-level appservice functionality. For an
|
//! * `appservice`: Enables low-level appservice functionality. For an
|
||||||
//! high-level API there's the
|
//! high-level API there's the `matrix-sdk-appservice` crate
|
||||||
//! `matrix-sdk-appservice` crate
|
|
||||||
|
|
||||||
#![deny(
|
#![deny(
|
||||||
missing_debug_implementations,
|
missing_debug_implementations,
|
||||||
|
|
|
@ -14,8 +14,9 @@
|
||||||
|
|
||||||
//! Matrix [Application Service] library
|
//! Matrix [Application Service] library
|
||||||
//!
|
//!
|
||||||
//! The appservice crate aims to provide a batteries-included experience. That
|
//! The appservice crate aims to provide a batteries-included experience by
|
||||||
//! means that we
|
//! being a thin wrapper around the [`matrix_sdk`]. That means that we
|
||||||
|
//!
|
||||||
//! * ship with functionality to configure your webserver crate or simply run
|
//! * ship with functionality to configure your webserver crate or simply run
|
||||||
//! the webserver for you
|
//! the webserver for you
|
||||||
//! * receive and validate requests from the homeserver correctly
|
//! * receive and validate requests from the homeserver correctly
|
||||||
|
|
Loading…
Reference in New Issue