Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
// 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;