chiark / gitweb /
Add lib.rs rustdoc stub documentation
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 14 Dec 2022 22:15:05 +0000 (22:15 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 14 Dec 2022 22:15:05 +0000 (22:15 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/lib.rs

index 16ef74fc6af1a0df609e2b68fc846fd486c48375..06a3c08c542cc25d026d7487d85cd05fec290927 100644 (file)
@@ -2,6 +2,14 @@
 // SPDX-License-Identifier: GPL-3.0-or-later WITH LicenseRef-Hippotat-OpenSSL-Exception
 // There is NO WARRANTY.
 
+//! Library crate for Hippotat
+//!
+//! These libraries are for use within the Hippotat cargo package.
+//! They do not have a stable API.
+//!
+//! Please refer to the
+//! [project documentation](https://www.chiark.greenend.org.uk/~ianmdlvl/hippotat/current/docs/)
+
 pub mod prelude;
 
 pub mod config;