Module raw

Module raw 

Source
Expand description

Directly the sysconf function.

Unlike the other modules in this crate, which provide convenience wrappers to query various configuration information, the raw module provides the ability to call the sysconf function directly.

Enums§

SysconfError
The error returned by sysconf.
SysconfVariable
The variables that can be queried using sysconf.

Functions§

sysconf
Query the system’s configuration.

Type Aliases§

Result