summaryrefslogtreecommitdiffstats
path: root/librepology/src/v1/types/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'librepology/src/v1/types/mod.rs')
-rw-r--r--librepology/src/v1/types/mod.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/librepology/src/v1/types/mod.rs b/librepology/src/v1/types/mod.rs
index 4e97b44..f192c49 100644
--- a/librepology/src/v1/types/mod.rs
+++ b/librepology/src/v1/types/mod.rs
@@ -1,3 +1,11 @@
+//! Module containing all _types_ of data for the API implementation
+//!
+//! Tne types have no functionality themselves but only represent objects which are returned by theĀ“
+//! repology API.
+//!
+//! This top-level module exports all types of the submodules publicly.
+//!
+
mod category;
mod download;
mod effname;