Skip to content

Latest commit

 

History

History
134 lines (101 loc) · 3.68 KB

elixir.rst

File metadata and controls

134 lines (101 loc) · 3.68 KB
tocdepth:1
.. index:: pair: Elixir; language

DRYlib for Elixir

.. only:: html

   .. contents::
      :local:
      :backlinks: entry
      :depth: 2

Getting Started

Prerequisites

  • Elixir 1.6+

Installation

TODO

Library Usage

# TODO

Design Principles

Reference

Modules

DRY Elixir
base TODO
bits TODO
code N/A
crypto TODO
data TODO
ffi TODO
geo TODO
io TODO
lang TODO
logic TODO
math TODO
media TODO
meta TODO
net TODO
qty TODO
std TODO
sys TODO
text TODO
text/ascii TODO
text/printf TODO
text/utf8 TODO
time TODO
util TODO

Module base

DRY Elixir
TODO TODO

Module math

DRY Elixir
TODO TODO

Module meta

DRY Elixir
TODO TODO

Module text

DRY Elixir
TODO TODO

See Also

.. seealso::

   `Changelog <https://github.com/dryproject/drylib.ex/blob/master/CHANGES.rst>`__ on GitHub
      The comprehensive version history and release notes for DRYlib for Elixir.

   `Arto's Notes re: Elixir <http://ar.to/notes/elixir>`__
      Miscellaneous notes on Elixir.