1 2 3 4 5 6 7
#![cfg(target_family = "unix")] #![allow(unused)] mod ffi; pub mod libc; pub use ffi::*;