suffix 0.1.4

Suffix arrays and suffix trees.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "suffix"
version = "0.1.4"  #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Suffix arrays and suffix trees."
documentation = "http://burntsushi.net/rustdoc/suffix/"
homepage = "https://github.com/BurntSushi/suffix"
repository = "https://github.com/BurntSushi/suffix"
readme = "README.md"
keywords = ["suffix", "text", "search", "index"]
license = "Unlicense"

[dev-dependencies]
quickcheck = "*"