# SARS: Lightweight Suffix Arrays for Rust I implemented the project in Rust, using `clap` for argument handling, `rust-bio` for suffix arrays, `bincode/serde` for serialization, `rustc-hash` for _FxHash_ functions and `bstr` for _byte/string_ conversions. Github Link: [https://github.com/alpaylan/sars](https://github.com/alpaylan/sars) Crates.io Link: [https://crates.io/crates/sars](https://crates.io/crates/sars)