README.md

# README

**plymio\_funcio**: Utility Functions

**plymio\_funcio** offers a number of functions for common processing
needs, especially for enumerables, including concurrent mapping.

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.2.0"}]
    end

## Examples

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