# seqfuzz v0.2.1 - Table of Contents

> Sublime Text-like sequential fuzzy string matching for Elixir.

## Modules

- [Seqfuzz](Seqfuzz.md): Seqfuzz is an implementation of a sequential fuzzy string matching algorithm, similar to those used in code editors like Sublime Text. It is based on Forrest Smith's work on [lib_ftps](https://github.com/forrestthewoods/lib_fts/) and his blog post [Reverse Engineering Sublime Text's Fuzzy Match](https://www.forrestthewoods.com/blog/reverse_engineering_sublime_texts_fuzzy_match/).

