ExPoppy

ExPoppy is a NIF wrapping the poppy RUST library https://github.com/hashlookup/poppy/ :

Installation

The package can be installed by adding ex_poppy to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_poppy, "~> 0.2.0"}
  ]
end

Documentation and package details can be found at https://hexdocs.pm/ex_poppy.