[[bench]]
name = "bench"
path = "benches/bench.rs"
[dependencies.memchr]
version = "2.4"
[dev-dependencies.aho-corasick]
version = "0.7"
[package]
authors = ["Aaron Taner <mapkts@gmail.com>"]
description = "Fast forward and backward stream search routines."
documentation = "https://docs.rs/xfind/"
edition = "2018"
exclude = ["/.github", "/data", "src/main.rs"]
keywords = ["find", "search", "stream", "substring"]
license = "MIT OR Unlicense"
name = "xfind"
readme = "README.md"
repository = "https://github.com/mapkts/xfind"
version = "0.2.7"