# Moar v5.0.0 - Table of Contents

> A dependency-free utility library containing 100+ useful functions.

## Pages

- [Moar](readme.md)
- [LICENSE](license.md)
- [Changelog](changelog.md)

## Modules

- [Moar.Assertions](Moar.Assertions.md): ExUnit assertions.
- [Moar.Atom](Moar.Atom.md): Atom-related functions.
- [Moar.Code](Moar.Code.md): Code-related functions
- [Moar.DateTime](Moar.DateTime.md): DateTime-related functions. See also `Moar.NaiveDateTime`.

- [Moar.Difference](Moar.Difference.md): A protocol that defines `diff/2` for finding the difference between two terms.
- [Moar.Duration](Moar.Duration.md): A duration is a `{time, unit}` tuple.
- [Moar.Enum](Moar.Enum.md): Enum-related functions.
- [Moar.File](Moar.File.md): File-related functions.
- [Moar.IO](Moar.IO.md): IO-related functions
- [Moar.IO.ANSI](Moar.IO.ANSI.md)
- [Moar.Integer](Moar.Integer.md): Integer-related functions.
- [Moar.List](Moar.List.md)
- [Moar.Map](Moar.Map.md): Map-related functions.
- [Moar.NaiveDateTime](Moar.NaiveDateTime.md): NaiveDateTime-related functions. See also `Moar.DateTime`.

- [Moar.Opts](Moar.Opts.md): Extracts keys and values from enumerables, especially from function options.
- [Moar.Protocol](Moar.Protocol.md): Protocol-related functions.
- [Moar.Random](Moar.Random.md): Generates random data.
- [Moar.Regex](Moar.Regex.md): Regex-related functions.
- [Moar.Retry](Moar.Retry.md): Retryable functions.
- [Moar.String](Moar.String.md): String-related functions.
- [Moar.Sugar](Moar.Sugar.md): Syntactic sugar functions.
- [Moar.Term](Moar.Term.md): Blank/present functions for terms.
- [Moar.Tuple](Moar.Tuple.md): Tuple-related functions.
- [Moar.URI](Moar.URI.md): URI/URL-related functions.
- [Moar.UUID](Moar.UUID.md): UUID-related functions
- [Moar.Version](Moar.Version.md): Version-related functions.

