0bc39d9ad1
- History for v0.20.83 and previous versions is moved to archive/v0.20.83
7 lines
167 B
Elixir
7 lines
167 B
Elixir
defmodule GenMagic do
|
|
@moduledoc """
|
|
Top-level namespace for GenMagic, the libmagic client for Elixir.
|
|
|
|
See `GenMagic.Server` or the README for usage.
|
|
"""
|
|
end
|