Crate sysconf [] [src]

Query runtime configuration information.

This crate provides the ability to query for various configuration information about the runtime platform such as memory page size. On POSIX systems, it makes heavy use of the sysconf API.

Reexports

pub use page::*;
pub use raw::*;

Modules

page

Query for configuration related to memory pages.

raw

Directly the sysconf function.