Moar

CIHex pmLicense

A dependency-free utility library containing 100+ useful functions. Part of the Synchronal suite of libraries and sponsored by Reflective Software.

The docs can be found at https://hexdocs.pm/moar.

This library is tested against the most recent 3 versions of Elixir and Erlang.

Installation

The package can be installed by adding moar to your list of dependencies in mix.exs:

def deps do
  [
    {:moar, "~> 1.60"}
  ]
end

Moar’s test suite runs successfully against Elixir versions 1.13 and newer.

If you’d rather not install the whole library, you can just copy some of its functions to your project.

Similar libraries

A quick tour

Moar.Assertions

Moar.Atom

Moar.Code

Moar.DateTime and Moar.NaiveDateTime

Moar.Difference

Moar.Duration

Moar.Enum

Moar.File

Moar.Integer

Moar.List

Moar.Map

Moar.Opts

Moar.Protocol

Moar.Random

Moar.Regex

Moar.Retry

Moar.String

Moar.Sugar

Moar.Term

Moar.Tuple

Moar.URI

Moar.UUID

Moar.Version