suffix-array-rust 0.1.0

A simple library that can be used to perform suffix array operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["petar-dambovaliev <petar.atanasov.1987@gmail.com>"]
description = "A simple library that can be used to perform suffix array operations"
edition = "2018"
keywords = ["suffix", "array", "strings", "search"]
license-file = "LICENSE.md"
name = "suffix-array-rust"
readme = "README.md"
repository = "https://github.com/petar-dambovaliev/suffix-array-rust"
version = "0.1.0"