README.md
# HypeLib
[](https://hex.pm/packages/hype_lib)
[](https://github.com/HypeRate/HypeLib/blob/master/LICENSE.md)
[](https://codecov.io/github/HypeRate/HypeLib)
`HypeLib` is the internal Elixir framework of HypeRate which is used across all Elixir related repositories.
## Installation
```elixir
def deps do
[
{:hype_lib, "~> 2.3.2"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/hype_lib>.