blob: 8ef05eee1f4e76c2c9451b93fd6d7eeec4f174c1 [file] [log] [blame]
//! Platform-specific extensions to `std` for UEFI.
#![unstable(feature = "uefi_std", issue = "100499")]
#![doc(cfg(target_os = "uefi"))]
pub mod env;
#[path = "../windows/ffi.rs"]
pub mod ffi;