Module unix

Module unix 

Source
Expand description

Global initialization and retrieval of command line arguments.

On some platforms these are stored during runtime startup, and on some they are retrieved from the system on demand.

Re-exports§

pub use super::common::Args;

Modules§

imp 🔒 Linux or Android or FreeBSD or DragonFly BSD or NetBSD or OpenBSD or Cygwin or Solaris or illumos or Emscripten or Haiku or HermitCore or L4Re or Fuchsia or Redox or target_os=vxworks or target_os=horizon or target_os=aix or target_os=nto or target_os=hurd or target_os=rtems or target_os=nuttx

Functions§

args
Returns the command line arguments
init
One-time global initialization.