dmntk-evaluator 0.0.43

DMNTK | FEEL and DMN model evaluator
Documentation
**DMNTK** | Decision Model and Notation Toolkit

# dmntk-evaluator

[![Crates.io][crates-badge]][crates-url]
[![MIT licensed][mit-badge]][mit-url]
[![Apache 2.0 licensed][apache-badge]][apache-url]
![build][build-badge]
![tests][tests-badge]
![Code coverage][coverage-badge]

[crates-badge]: https://img.shields.io/crates/v/dmntk-evaluator.svg
[crates-url]: https://crates.io/crates/dmntk-evaluator
[mit-badge]: https://img.shields.io/badge/License-MIT-blue.svg
[mit-url]: https://github.com/dmntk/dmntk.rs/blob/main/LICENSE-MIT
[apache-badge]: https://img.shields.io/badge/License-Apache%202.0-blue.svg
[apache-url]: https://github.com/dmntk/dmntk.rs/blob/main/LICENSE-APACHE
[build-badge]: https://github.com/dmntk/dmntk.rs/actions/workflows/build.yml/badge.svg
[tests-badge]: https://github.com/dmntk/dmntk.rs/actions/workflows/tests.yml/badge.svg
[coverage-badge]: https://img.shields.io/badge/Coverage-0%25-green.svg

## Overview

FEEL expressions and DMN™ model evaluator used by other components in [dmntk](https://github.com/dmntk) project.

## License

Licensed under either of

- [MIT license]https://opensource.org/licenses/MIT ([LICENSE-MIT]https://github.com/dmntk/dmntk.rs/blob/main/LICENSE-MIT)
- [Apache License, Version 2.0]https://www.apache.org/licenses/LICENSE-2.0 ([LICENSE-APACHE]https://github.com/dmntk/dmntk.rs/blob/main/LICENSE-APACHE)

at your option.

### Contribution

All contributions intentionally submitted for inclusion in the work by you,
shall be dual licensed as above, without any additional terms or conditions.