From 438887ceb810884f76fda094e16f12109d5717e5 Mon Sep 17 00:00:00 2001 From: Clay McLeod Date: Wed, 9 Oct 2024 12:00:37 -0500 Subject: [PATCH] docs: updates the tagline of the `omics` crate --- omics/src/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/omics/src/lib.rs b/omics/src/lib.rs index cf392f1..26bafc8 100644 --- a/omics/src/lib.rs +++ b/omics/src/lib.rs @@ -1,4 +1,6 @@ -//! Foundations for genomics. +//! Foundational representations for Rust omics ecosystem. +//! +//! See each individual module's documentation for more information. #[cfg(feature = "coordinate")] #[doc(inline)]