summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2019-04-25 09:42:40 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2019-04-25 09:42:40 +0200
commit1e7c006d75298252118493f5001a2b81713ba9fb (patch)
treedb5c3731ba7313679ea10e288a46c1ec08c06563
parentd5e5230dea1ca10483b29189f7a0633663ee4413 (diff)
Add doc: v1::types module
-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;