From 0603bda8ad19c6c14214b7d61987424cb649ac7e Mon Sep 17 00:00:00 2001 From: Daniel Rose <droseger@protonmail.com> Date: Thu, 12 Jul 2018 20:30:11 +0200 Subject: [PATCH] Improve library description --- src/lib.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 295bcc6..9fbd488 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,9 +3,10 @@ // This file may not be copied, modified, or distributed // except according to those terms. -//! Succinct Tree library with implementations for the succinct trees LOUDS, BP -//! and the Range Min Max data structure. LOUDS and BP use the Rank/Select data -//! structure from the Rust-Bio crate. Code examples can be found in the submodules. +//! Succinct Tree library with implementations for the succinct trees LOUDS and BP +//! and the Range-Min-Max data structure used by BP. LOUDS and BP also use the +//! Rank/Select data structure from the Rust-Bio crate. +//! Code examples can be found in the submodules. extern crate bio; #[macro_use] -- GitLab