Module std::os::unix::prelude
[−]
[src]
A prelude for conveniently writing platform-specific code.
Includes all extension traits, and some important type definitions.
Reexports
pub use super::io::{RawFd, AsRawFd, FromRawFd, IntoRawFd}; |
pub use super::ffi::{OsStrExt, OsStringExt}; |
pub use super::fs::{PermissionsExt, OpenOptionsExt, MetadataExt, FileTypeExt}; |
pub use super::fs::DirEntryExt; |
pub use super::thread::JoinHandleExt; |
pub use super::process::{CommandExt, ExitStatusExt}; |