// SPDX-FileCopyrightText: Copyright (c) 2026 Mike Li/Mikewolfli/Wei Li(mikewolfli@163.com)
// SPDX-License-Identifier: MIT
//! Embedded system optimizations and support.
//!
//! This module is compiled only for the bare-surface profiles (`embedded` and
//! `mini`), so nothing here is reachable from a default desktop build.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;