Crate lk_inside

Crate lk_inside 

Source
Expand description

The core library for the lk-inside application.

This crate defines the main application state, screen management, input handling modes, and re-exports common types and modules used throughout the application. It serves as the central hub for integrating various components of the TUI application.

Modules§

analysis
data_core
ui
utils

Structs§

AppState
Holds the entire state of the application, managing data, UI screens, and user input.
DataFrame
A contiguous growable collection of Series that have the same length.
Series
Series

Enums§

AppScreen
Represents the different screens or views available in the application’s TUI.
InputMode
Defines the current input mode of the application, influencing how key events are handled.