Popularity
2.9
Declining
Activity
0.0
Stable
13
5
2
Monthly Downloads: 34
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.
-
TypedStructor
TypedStructor is a library for defining typed structs, exceptions and record macros with effortlessly. -
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.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

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