jetscii 0.3.1

A tiny library to efficiently search strings for substrings or sets of ASCII characters.
Documentation
[package]
name = "jetscii"
version = "0.3.1"
authors = ["Jake Goulding <jake.goulding@gmail.com>"]

description = "A tiny library to efficiently search strings for substrings or sets of ASCII characters."
readme = "README.md"
keywords = ["string", "ascii", "search", "substring"]

homepage = "https://github.com/shepmaster/jetscii"
repository = "https://github.com/shepmaster/jetscii"
documentation = "https://shepmaster.github.io/jetscii/"

license = "MIT"

[features]
unstable = []

[dev-dependencies]
quickcheck = "*"
libc = "*"
rand = "*"