Skip to content
This tiny library (2 macros only) allows you to define very simple rule handler using Elixir pattern matching.
Elixir
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
lib
test
.gitignore
.travis.yml
LICENSE
README.md
mix.exs
mix.lock

README.md

Rulex

Build Status

This application allows to do very simple rule handler using Elixir pattern matching :

  • declare rules as function clause.
  • Create a function apply_rules which apply recursively your function until no more match, ensuring that each function execution happened only once.

Usage

See in in code documentation

Something went wrong with that request. Please try again.