rule_kit 0.1.1

A fast, composable, and DSL-friendly rule engine kit for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rule_kit"
version = "0.1.1"
edition = "2024"
authors = ["Jerry Maheswara<jerrymaheswara@gmail.com>"]
description = "A fast, composable, and DSL-friendly rule engine kit for Rust."
license = "Apache-2.0"
repository = "https://github.com/jerry-maheswara-github/rule_kit"
readme = "README.md"
documentation = "https://docs.rs/rule_kit"
keywords = ["rule", "engine", "logic", "business-rules"]
categories = ["development-tools", "web-programming"]

[dependencies]
thiserror = "2.0.12"