Filtering & Mapping Data View Source

Getting started

Mix.install([{:matcha, github: "christhekeele/matcha", tag: "stable"}])
require Matcha
spec =
  Matcha.spec do
    {x, y, z} -> {x, y, z}
  end