diff --git a/matrix_sdk/src/lib.rs b/matrix_sdk/src/lib.rs index 8b5da4eb..044e44b7 100644 --- a/matrix_sdk/src/lib.rs +++ b/matrix_sdk/src/lib.rs @@ -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, diff --git a/matrix_sdk_appservice/src/lib.rs b/matrix_sdk_appservice/src/lib.rs index 11c9710d..75e52134 100644 --- a/matrix_sdk_appservice/src/lib.rs +++ b/matrix_sdk_appservice/src/lib.rs @@ -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