#[cfg(any(target_os = "macos", target_os = "windows", target_os = "linux"))]
mod arboard_provider;
#[cfg(any(target_os = "macos", target_os = "windows", target_os = "linux"))]
mod error_mapper;
pub mod provider;
#[cfg(target_os = "linux")]
pub(crate) mod linux;
#[cfg(not(any(target_os = "linux", target_os = "macos", target_os = "windows")))]
pub(crate) mod dummy;