Majic (Majic v1.0.0) View Source
Robust libmagic integration for Elixir.
Link to this section Summary
Functions
Perform on path.
Link to this section Types
Specs
name() :: {:pool, atom()} | {:server, Majic.Server.t()} | {:once, true}
Specs
option() :: name() | Majic.Server.start_option() | Majic.Pool.option()
Specs
result() :: {:ok, Majic.Result.t()} | {:error, term() | String.t()}
Specs
Link to this section Functions
Specs
Perform on path.
An option of server: ServerName, pool: PoolName or once: true must be passed.