Popularity
3.0
Growing
Activity
0.0
Stable
12
4
3
Monthly Downloads: 10
Programming language: Elixir
License: MIT License
Tags:
Macros
rulex alternatives and similar packages
Based on the "Macros" category.
Alternatively, view rulex alternatives based on common mentions on social networks and blogs.
-
typed_struct
An Elixir library for defining structs with a type without writing boilerplate code. -
shorter_maps
Elixir ~M sigil for map shorthand. `~M{id, name} ~> %{id: id, name: name}` -
ok_jose
Pipe elixir functions that match ok/error tuples or custom patterns. -
crudry
Elixir library for DRYing CRUD in Phoenix Contexts and Absinthe Resolvers. -
pipe_to
The enhanced elixir pipe operator which can specify the target position -
pattern_tap
Macro for tapping into a pattern match while using the pipe operator -
guardsafe
Macros expanding into code that can be safely used in guard clauses. -
apix
Simple convention and DSL for transformation of elixir functions to an API for later documentation and or validation. -
Bang
Bang simply adds dynamic bang! functions to your existing module functions with after-callback. -
backports
Ensure backwards compatibility even if newer functions are used
Free Global Payroll designed for tech teams
Building a great tech team takes more than a paycheck. Zero payroll costs, get AI-driven insights to retain best talent, and delight them with amazing local benefits. 100% free and compliant.
Promo
try.revelo.com
Do you think we are missing an alternative of rulex or a related project?
Popular Comparisons
README
Rulex
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