aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index f1fb10d..1288e4a 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -16,6 +16,12 @@
// Copyright (C) 2022-2022 Fuwn <[email protected]>
// SPDX-License-Identifier: GPL-3.0-only
+//! # senpy-rs
+//!
+//! A wrapper of The Senpy Club API, which is a wrapper of the
+//! [cat-milk/Anime-Girls-Holding-Programming-Books](https://github.com/cat-milk/Anime-Girls-Holding-Programming-Books)
+//! repository.
+
#![deny(
warnings,
nonstandard_style,