Polyjuice Util
Utility functions for using the Matrix protocol. 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
:
def deps do
[
{:polyjuice_util, "~> 0.2.2"}
]
end