Packages

Core utilities for LushrLux

Current section

Files

Jump to
lushrlux lib lushrlux.ex
Raw

lib/lushrlux.ex

defmodule LushrLux.Core do
@moduledoc """
LushrLux Core exists such that duplicated code is at a complete minimum.
It comprises of functions that are likely to be needed in almost all of the microservice.
It should hopefully add a bit of consistency across the services as well.
"""
end