uefi-run 0.6.1

Run UEFI applications
Documentation
1
2
3
4
5
6
7
8
9
10
use anyhow::{Error, Result};

mod args;
pub use args::*;

mod image;
pub use image::*;

mod qemu;
pub use qemu::*;