# ÐecisionToolkit
## Overview
**ÐecisionToolkit** is a set of tools for designing, testing, and executing decision models based on the
[DMN™](https://www.omg.org/dmn) specification, an industry standard governed by [OMG®](https://www.omg.org).
**ÐecisionToolkit** aims to be performant, reliable, and fully compliant with the DMN specification,
ensuring accurate evaluation of decision models. All tools are implemented in [Rust](https://www.rust-lang.org/),
a programming language known for its security, efficiency and reliability.
**ÐecisionToolkit** offers a range of features, including DMN models evaluation, decision tables evaluation,
and FEEL expressions evaluation. It also includes functionality for parsing, validating, and recognizing DMN models,
decision tables, and FEEL expressions. Users can test DMN models, decision tables, and FEEL expressions,
and export them to HTML.
## Features
- [Serving DMN™ models](https://decision-toolkit.org/commands/srv.html)
- [Evaluating DMN™ models](https://decision-toolkit.org/commands/edm.html)
- [Evaluating decision tables](https://decision-toolkit.org/commands/edt.html)
- [Evaluating FEEL expressions](https://decision-toolkit.org/commands/efe.html)
- [Parsing DMN™ models](https://decision-toolkit.org/commands/pdm.html)
- [Parsing decision tables](https://decision-toolkit.org/commands/pdt.html)
- [Parsing FEEL expressions](https://decision-toolkit.org/commands/pfe.html)
- [Testing DMN™ models](https://decision-toolkit.org/commands/tdm.html)
- [Testing decision tables](https://decision-toolkit.org/commands/tdt.html)
- [Testing FEEL expressions](https://decision-toolkit.org/commands/tfe.html)
- [Exporting DMN™ models](https://decision-toolkit.org/commands/xdm.html)
- [Exporting decision tables](https://decision-toolkit.org/commands/xdt.html)
- [Exporting FEEL expressions](https://decision-toolkit.org/commands/xfe.html)
- [Saving examples](https://decision-toolkit.org/commands/exs.html)
## Status
**ÐecisionToolkit** is **PRODUCTION READY**, although some features
may still be refined or changed based on testing and user feedback.
We encourage users to try **ÐecisionToolkit** and share their feedback
to help us enhance its usability and performance.
[Installation]: https://decision-toolkit.org/installation.html
[Getting started]: https://decision-toolkit.org/getting-started.html