dsntk-examples 0.3.0

ÐecisionToolkit | Examples
Documentation
```text
┌───┬────────────┬───────╥─────────────────────╥───────────────┐
│ U │  Customer  │ Order ║    Order options    ║  Description  │
│   │            │       ╟──────────┬──────────╫───────────────┤
│   │            │       ║ Discount │ Priority ║               │
╞═══╪════════════╪═══════╬══════════╪══════════╬═══════════════╡
│ 1 │ "Business" │  <10  ║   0.10   │ "Normal" ║    Desc 1     │
├───┼────────────┼───────╫──────────┼──────────╫───────────────┤
│ 2 │ "Business" │ >=10  ║   0.15   │  "High"  ║    Desc 2     │
├───┼────────────┼───────╫──────────┼──────────╫───────────────┤
│ 3 │ "Private"  │   -   ║   0.05   │  "Low"   ║    Desc 3     │
└───┴────────────┴───────╨──────────┴──────────╨───────────────┘
```

> Order options

| U |  Customer  | Order | Discount | Priority | Description |
|:-:|:----------:|:-----:|:--------:|:--------:|:-----------:|
|   |    `in`    | `in`  |  `out`   |  `out`   |    `ann`    |
| 1 | "Business" |  <10  |   0.10   | "Normal" |   Desc 1    | 
| 2 | "Business" | >=10  |   0.15   |  "High"  |   Desc 2    |
| 3 | "Private"  |   -   |   0.05   |  "Low"   |   Desc 3    |