//! Windows-specific utilities for uv.
//!//! This crate provides shared Windows functionality used by both the main `uv` crate
//! and `uv-trampoline`. It supports `no_std`-friendly usage via the `std` feature flag.
#![cfg(windows)]modctrl_handler;modjob;#[cfg(feature ="std")]modspawn;pubusectrl_handler::{CtrlHandlerError, install_ctrl_handler};pubusejob::{Job, JobError};#[cfg(feature ="std")]pubusespawn::spawn_child;