Crate parsec_core
source ·Expand description
parsec-core
The core of Parsec, it defines all the functionality that can be extended when creating your own configuration file in the form of a Rust crate.
Quick Start
Here’s a quick
Modules
- Creation and execution of commands.
- Data types that are meant to be shared and read across Parsec.
- The primary widget of Parsec, used to display files.
- Parsec’s history system.
- APIs for the construction of widgets, and a few common ones.
Macros
- Internal macro used to log information.