Skip to content
Snippets Groups Projects
Unverified Commit 0603bda8 authored by Daniel Rose's avatar Daniel Rose Committed by GitHub
Browse files

Improve library description

parent 2049f1f4
No related branches found
No related tags found
No related merge requests found
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment