A small runtime utils module extracted from another project, used mostly debugging runtime. If you need more features, the Etop library will do a better job for you.
If available in Hex, the package can be installed
by adding runtime to your list of dependencies in mix.exs:
def deps do
[
{:runtime_utils, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/runtime_utils.