blob: 26d0a227387e2553000b3562417b43f91ebb7cf2 [file] [log] [blame]
#[cfg(unix)]
mod unix;
#[cfg(unix)]
pub use unix::*;
#[cfg(not(unix))]
mod any;
#[cfg(not(unix))]
pub use any::*;