1 2 3 4 5 6
#[cfg(target_os = "linux")] pub(crate) mod linux; #[cfg(target_os = "macos")] pub(crate) mod macos; #[cfg(target_os = "windows")] pub(crate) mod windows;