zen-macros 2.0.1

Zen Helper Macros
Documentation
# ZEN Macros

**Helper macros for [ZEN Engine](https://crates.io/crates/zen-engine)**, the open-source [Business Rules Engine (BRE)](https://gorules.io) from [GoRules](https://gorules.io).

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![crates.io](https://img.shields.io/crates/v/zen-macros.svg)](https://crates.io/crates/zen-macros)

Procedural macros used internally by the ZEN Engine crates.

This crate is an internal building block; most users want [zen-engine](https://crates.io/crates/zen-engine) or [zen-expression](https://crates.io/crates/zen-expression).

## Resources

- [ZEN Engine]https://github.com/gorules/zen - the open-source rules engine
- [Rust SDK documentation]https://docs.gorules.io/developers/sdks/rust
- [GoRules]https://gorules.io - the platform around the open-source engine

## License

[MIT License](https://opensource.org/licenses/MIT)