From e4d2f62d48b11e745f236cfb92e4e2540cc35f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 26 Jun 2025 09:26:29 +0200 Subject: [PATCH] docs: Document the store/types module properly --- crates/matrix-sdk-crypto/src/store/types.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/crates/matrix-sdk-crypto/src/store/types.rs b/crates/matrix-sdk-crypto/src/store/types.rs index de6da8533..b2c490b5c 100644 --- a/crates/matrix-sdk-crypto/src/store/types.rs +++ b/crates/matrix-sdk-crypto/src/store/types.rs @@ -12,7 +12,10 @@ // See the License for the specific language governing permissions and // limitations under the License. -//! Types foo TODO: Add some docs +//! Data types for persistent storage. +//! +//! This module defines the data structures used by the crypto store to +//! represent objects that are persisted in the database. use std::{ collections::{BTreeMap, HashMap},