Skip to main content

plex_boot/core/
mod.rs

1//! Core application components, including boot targets and display management.
2//!
3//! This module houses the fundamental structures that run the application,
4//! manage the graphics output, and handle the logic for different types
5//! of bootables.
6
7pub mod app;
8pub mod bootables;
9pub mod display;