6 lines
74 B
Rust
6 lines
74 B
Rust
#[cfg(unix)]
|
|
pub(crate) mod unix;
|
|
|
|
#[cfg(windows)]
|
|
pub(crate) mod winapi;
|