# Xfind
This library provides fast forward and backward substring searchers for stream searches.
[![Crates.io][crates-badge]][crates-url]
[![Docs.rs][docs-badge]][docs-url]
[![Build Status][actions-badge]][actions-url]
[crates-badge]: https://img.shields.io/crates/v/xfind.svg
[crates-url]: https://crates.io/crates/xfind
[docs-badge]: https://docs.rs/xfind/badge.svg
[docs-url]: https://docs.rs/xfind
[actions-badge]: https://github.com/mapkts/xfind/workflows/CI/badge.svg
[actions-url]: https://github.com/mapkts/xfind/actions?query=workflow%3ACI+branch%3Amaster
## Usage
Add this to your Cargo.toml
```toml
xfind = "0.1"
```
## Documentation
https://docs.rs/xfind
## License
Licensed under either of [MIT-LICENSE](./LICENSE-MIT) or [UNLICENSE](./UNLICENSE), at your option.