ExRunTime Hex.pmHex.pm

Tiny elixir library useful for examining the runtime environment.

Installation

If available in Hex, the package can be installed by adding ex_run_time to your list of dependencies in mix.exs:

def deps do
[
{:ex_run_time, ">= 0.0.0"}
]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ex_run_time.