Skip to content

mattscamp/matcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

Useful string search algorithm lib for Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages