Skip to content

Commit

Permalink
dto.rs: Add module documentation
Browse files Browse the repository at this point in the history
Signed-off-by: David Graeff <[email protected]>
  • Loading branch information
David Graeff authored and davidgraeff committed Feb 14, 2021
1 parent 761e228 commit 4060212
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/dto.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
//! # Data Transfer Object definitions
//! In this module only those Data Transfer Objects (DTO) are defined, which are used by the firebase API
//! to access, alter documents or firebase users.
//!
//! Domain specific DTOs for OAuth or session management are defined in [`crate::session`].
use std::collections::HashMap;

use serde::{Deserialize, Serialize};
Expand Down

0 comments on commit 4060212

Please sign in to comment.