#string-search #search-algorithms #search #moore #string #boyer #tbm

yanked matcha

Useful string search algorithms

Uses old Rust 2015

0.1.1 Jul 19, 2016
0.1.0 Jul 18, 2016

#16 in #moore

36 downloads per month

MIT license

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