README.md
# Polyjuice Util
Utility functions for using the [Matrix protocol](https://matrix.org/). These
are functions that are used by multiple components (e.g. clients, application
services, identity services, homeservers).
## Installation
The package can be installed by adding `polyjuice_util` to your list of
dependencies in `mix.exs`:
```elixir
def deps do
[
{:polyjuice_util, "~> 0.2.2"}
]
end
```
<!--
SPDX-FileCopyrightText: 2019-2021 Hubert Chathi <hubert@uhoreg.ca>
SPDX-License-Identifier: CC0-1.0
-->