#pattern #matching #index #match #full-text

pattern-matching

Pattern matching and full-text index algorithms

2 releases

0.1.1 Dec 4, 2020
0.1.0 Dec 3, 2020

#22 in #full-text

28 downloads per month

MIT license

14KB
183 lines

rust-pattern-matching

A library for the Rust programming language containing pattern matching and full-text index algorithms.


lib.rs:

A library containing pattern matching and full-text index algorithms.

How to Start

As you are looking at this documentation, I assume that you'd like to match a pattern on a text. This library contains different algorithms doing exactly that. Which algorithm you should use, however, depends strongly on your use case.

If you don't already know, which algorithms would suite your needs, you should click through the algorithms listed below and have a look at the When to Use It parts of their descriptions.

Algorithms

Currently, the following algorithms are implemented:

No runtime deps