mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-09 08:27:32 -04:00
docs: Document the store/types module properly
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user