//! OxiCUDA Level Zero backend — GPU compute via Intel oneAPI/Level Zero.
//!
//! # Platform Support
//!
//! | Platform | Status |
//! |----------|--------|
//! | Linux (Intel GPU) | Full support via libze_loader.so |
//! | Windows (Intel GPU) | Full support via ze_loader.dll |
//! | macOS | Not supported (`UnsupportedPlatform`) |
pub use LevelZeroBackend;
pub use ;