aboutsummaryrefslogtreecommitdiff
path: root/docs/pages/3-features.md
blob: 04774ac7484f41143af630c19b3fce4338781da2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<h1 align="center">Mingling's Features</h1>
<p align="center">
    Table of Contents
</p>

---

Mingling provides the following features for use:

| Feature | Description |
| :--- | :--- |
| [Parser](./pages/3-features/1-parser) | Converts user input into structured data |
| [General Renderer](./pages/3-features/2-general-renderer) | Enables the `Renderer` to support serialization into different output formats |
| [Completion](./pages/3-features/3-comp) | Enables the program to support dynamic command-line completion |