1 2 3 4 5 6
mod types; pub(crate) mod syscalls; #[cfg(target_os = "linux")] pub use types::GetRandomFlags;