From 1e7c006d75298252118493f5001a2b81713ba9fb Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 25 Apr 2019 09:42:40 +0200 Subject: Add doc: v1::types module --- librepology/src/v1/types/mod.rs | 8 ++++++++ 1 file changed, 8 insertions(+) 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; -- cgit v1.2.3