ExMagic

libmagic bindings for Elixir.

Installation

If available in Hex, the package can be installed as:

  1. Add exmagic to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:exmagic, "~> 0.0.3"}]
end
```