2019-09-16 13:34:08 +02:00

6 lines
60 B
Rust

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