Mingling's Basic Components

Table of Contents

--- Mingling abstracts the lifecycle of a CLI program into the following types: | Component | Description | | :--- | :--- | | [Program](./pages/2-basic/1-program) | Records resources for the current context | | [Setup](./pages/2-basic/2-setup) | Bundles commonly used functionalities | | [Dispatcher](./pages/2-basic/3-dispatcher) | Dispatches user input to specific types | | [Chain](./pages/2-basic/4-chain) | Handles type conversion | | [Renderer](./pages/2-basic/5-renderer) | Handles type rendering |