plex-boot 0.1.0

experimental boot manager with live-loading ISO support and more cool things
Documentation
1
2
3
4
5
6
7
8
9
//! Core application components, including boot targets and display management.
//!
//! This module houses the fundamental structures that run the application,
//! manage the graphics output, and handle the logic for different types
//! of bootables.

pub mod app;
pub mod bootables;
pub mod display;