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},