# excanon v0.1.0 - Table of Contents

A flexible rule engine library for Elixir that allows you to define and execute business rules using JSON-based configurations.

## Modules

- [Excanon](Excanon.md): Excanon is a flexible rule engine library for Elixir that allows you to define and execute business rules
using JSON-based configurations. It supports complex conditional logic, arithmetic operations, and fact
manipulation through a simple and extensible API.
- [StatefulRuleEngine](StatefulRuleEngine.md): A stateful rule engine implementation using Elixir Agents.

