Popularity
2.8
Declining
Activity
0.0
Declining
12
3
3
Monthly Downloads: 12
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
Elixir and Phoenix Application Security Platform
Replace Snyk, reCaptcha, and Cloudflare bot defense with the only application security platform built for Elixir and Phoenix.
Promo
paraxial.io
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