Skip to content

Morgahl/aho_corasick_nif

Repository files navigation

AhoCorasickNif

An Elixir wrapper over the Rust aho-corasick library.

Installation

def deps do
  [
    {:aho_corasick_nif, "~> 0.1.0-beta.1"}
  ]
end

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published