Cleanex
Cleanex is a Data cleansing & aggregating libraries in Elixir. Here is an example:
iex>
See the online documentation.
Installation
Add to your mix.exs file:
def deps do
[
{ :cleanex, "~> 0.0.1" }
]
endLicense
This project is licensed under the terms of the MIT license, see LICENSE.