mu_uefi_runtime_services 2.0.0

Rust-friendly UEFI Runtime Service wrappers.
Documentation

Rust-friendly UEFI Runtime Service Wrappers

Provides safe and unsafe easy-to-use wrappers for UEFI runtime services, as well as additional utilities and helper functions.

pub static RUNTIME_SERVICES: StandardRuntimeServices =
    StandardRuntimeServices::new(&(*runtime_services_ptr));
let variable_services::VariableInfo = RUNTIME_SERVICES.query_variable_info(attributes);