Uses old Rust 2015
0.1.1 |
|
---|---|
0.1.0 |
|
#16 in #moore
9KB
217 lines
matcha
Useful string search algorithm lib for Rust
Current Algorithms:
- Simple (Brute method)
- Tuned Boyer Moore
Usage
Add this to your Cargo.toml
:
[dependencies]
matcha = "0.1"
And add this to your crate root:
extern crate matcha;
Dependencies
~7KB