README.md

# README

**plymio\_funcio**: Utility Functions

**plymio\_funcio** offers a number of functions for common processing needs, espcially for enumerables.

It is, specifically, a support package for the `Plymio` and `Harnais` Package Families.

## Installation

Add **plymio\_funcio** to your list of dependencies in *mix.exs*:

    def deps do
      [{:plymio_funcio, "~> 0.1.0"}]
    end

## Examples

See the example in the [API Reference](<https://hexdocs.pm/plymio_funcio/readme.html>).