Tenacity
Tenacity is the initial package scaffold for the Tenacity Elixir project.
Placeholder status {: .warning}
Version 0.1.0 establishes the package and module boundary only. It does not provide a stable production API yet.
Installation
Add tenacity to your list of dependencies in mix.exs:
def deps do
[
{:tenacity, "~> 0.1.0"}
]
end
Placeholder API
The initial scaffold exposes one placeholder function:
Tenacity.hello()
#=> :world
This API may change without notice before a substantive release.
Documentation is available on HexDocs.
License
Tenacity is released under the MIT License.