From 8564c696c2040480e93cff644a95f602f529156d Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 9 Mar 2022 03:04:42 -0800 Subject: docs(lib): top-level doc comment --- src/lib.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/lib.rs') 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 // 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, -- cgit v1.2.3