1 2 3 4
#[cfg(not(target_os = "linux"))] pub use glycin_builtin::*; #[cfg(target_os = "linux")] pub use glycin_external::*;