API Reference qx v#0.2.0

View Source

Modules

Qx

Qx is a small collection of utilities and helpers for everyday Elixir work.

Map helpers for reshaping nested data — recursive merging, key conversion between atoms and strings, and pruning empty values.

Helpers for working with the {:ok, value} / {:error, reason} tuples that Elixir uses everywhere, so a chain of fallible calls reads as a pipeline instead of a nest of case expressions.

String helpers for the checks and transformations that come up in almost every project: presence testing, URL-safe slugs and display truncation.