Skip to main content

Crate axonml_tui

Crate axonml_tui 

Source
Expand description

Axonml TUI - Terminal User Interface for ML Framework

§File

crates/axonml-tui/src/lib.rs

§Author

Andrew Jewell Sr - AutomataNexus

§Updated

March 8, 2026

§Disclaimer

Use at own risk. This software is provided “as is”, without warranty of any kind, express or implied. The author and AutomataNexus shall not be held liable for any damages arising from the use of this software.

Re-exports§

pub use app::App;
pub use app::Tab;
pub use theme::AxonmlTheme;
pub use views::DataView;
pub use views::FilesView;
pub use views::GraphsView;
pub use views::HelpView;
pub use views::ModelView;
pub use views::TrainingView;

Modules§

app
App - Main Application State for Axonml TUI
event
Event - Event Handling for Axonml TUI
theme
Theme - NexusForge Color Theme for Axonml TUI
ui
UI - Main UI Rendering for Axonml TUI
views
Views - TUI View Components

Functions§

run
Run the Axonml TUI application