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.
pub use page::*;
pub use raw::*;
sysconf