Packages

Aho-Corasick string matching algorithm implemented as a NIF wrapper of the Rust crate aho-corasick

Current section

Files

Jump to
Raw

README.md

# AhoCorasickNif
An Elixir wrapper over the Rust `aho-corasick` library.
## Installation
```elixir
def deps do
[
{:aho_corasick_nif, "~> 0.1.0-beta.1"}
]
end
```