Packages
aho_corasick_nif
0.1.0-beta.2
Aho-Corasick string matching algorithm implemented as a NIF wrapper of the Rust crate aho-corasick
Current section
Files
Jump to
Current section
Files
aho_corasick_nif
README.md
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
```