Module unix

Source
Available on crate feature os only.
Expand description

Low level Unix like operating system support.

Modulesยง

allocos_unix_alloc
Memory allocation for Unix-like systems.
ioos_unix_io
Provides functionality for working with input & output on Unix platforms.
mutexos_unix_mutex
A mutual exclusion primitive useful for protecting shared data.
shared_libos_unix_shared_lib
Provides shared library access for Unix like systems.
timeos_unix_time
Unix time utilities.