1
2
3
4
5
#[cfg(windows)]
pub mod winapi;

#[cfg(unix)]
pub mod unix;