majic/lib/gen_magic.ex

8 lines
167 B
Elixir
Raw Normal View History

defmodule GenMagic do
@moduledoc """
Top-level namespace for GenMagic, the libmagic client for Elixir.
See `GenMagic.Server` or the README for usage.
"""
end