[][src]Crate unix

Unix system types and operations

Re-exports

pub use file::File;
pub use time::EpochTime;

Modules

dir

Directory operations

envDeprecated
errDeprecated
file

File and filesystem operations

mem

Memory-mapping operations

poll

I/O multiplexing

process

Process operations

random

Random number generation

strDeprecated
time

Temporal types and operations

Macros

esyscall

Make a system call.

esyscall_

Make a system call.

Structs

Environ

Process environment, conventionally an array of strings of form "key=value"

Error

System error

Statics

environ

Static process environment

Type Definitions

Str

Null-terminated byte string, used in many Unix system interfaces