libfringe/src/sys/mod.rs

6 lines
65 B
Rust

pub use self::imp::*;
#[cfg(unix)]
#[path = "unix.rs"]
mod imp;