1 2 3 4
#![cfg(any(target_os = "linux", target_os = "freebsd"))] mod linux; pub use linux::current_platform;