10 releases

new 0.0.9 Nov 13, 2024
0.0.8 Sep 18, 2024
0.0.5 Apr 19, 2024
0.0.4 Feb 4, 2024
0.0.2 Nov 14, 2023

#317 in Development tools

Download history 9/week @ 2024-07-22 6/week @ 2024-07-29 7/week @ 2024-08-05 155/week @ 2024-08-26 240/week @ 2024-09-02 7/week @ 2024-09-09 213/week @ 2024-09-16 32/week @ 2024-09-23 17/week @ 2024-09-30 16/week @ 2024-10-07 18/week @ 2024-10-14 8/week @ 2024-10-21 8/week @ 2024-10-28 24/week @ 2024-11-04

60 downloads per month
Used in 7 crates (4 directly)

MIT/Apache

155KB
3K SLoC

dsntk | Decision Toolkit

Decision table recognizer

Crates.io docs Code coverage
build Linux build Windows build MacOs
MIT licensed Apache 2.0 licensed Contributor Covenant

Overview

Decision table recognizer used by components of dsntk crate.

Recognizes decision tables defined as Unicode text. To be properly recognized, the structure of the decision table must be conformant to DMN™ standard. Example of the decision table defined using only Unicode characters is shown below:

  ┌───┬────────────┬───────╥──────────┐
  │ U │  Customer  │ Order ║ Discount │
  ╞═══╪════════════╪═══════╬══════════╡
  │ 1 │ "Business" │  <10  ║   0.10   │
  ├───┼────────────┼───────╫──────────┤
  │ 2 │ "Business" │ >=10  ║   0.15   │
  ├───┼────────────┼───────╫──────────┤
  │ 3 │ "Private"  │   -   ║   0.05   │
  └───┴────────────┴───────╨──────────┘

License

Licensed under either of

at your option.

Contribution

Any contributions to Decision Toolkit are greatly appreciated. All contributions intentionally submitted for inclusion in the work by you, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~2.8–4MB
~67K SLoC