1
2
3
4
5
#[cfg(unix)]
pub(crate) mod unix;

#[cfg(windows)]
pub(crate) mod winapi;