Cartesian

A teeny tiny library for cartesian product functionality in Elixir.

Installation

In (https://hex.pm/docs/publish), the package can be installed by adding cartesian to your list of dependencies in mix.exs:

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

Author

Savhappy

Cartesian is released under the MIT License.