libsufr 0.1.1

Parallel Construction of Suffix Arrays in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Parallel Construction of Suffix Arrays in Rust

This is a Rust library crate for creating suffix arrays.
You may also be interested in the `sufr` CLI.

See the repository for documentation: https://github.com/TravisWheelerLab/sufr

## Authors

* Ken Youens-Clark <kyclark@arizona.edu>
* Jack Roddy <jroddy@pharmacy.arizona.edu>
* Travis Wheeler <twheeler@arizona.edu>