Crate sysconf

Source
Expand description

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.

Re-exports§

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

Modules§

page
Query for configuration related to memory pages.
raw
Directly the sysconf function.