Registry / utility / sysconf

sysconf

JSON →
library0.3.4rscratesunverified

Small safe wrapper around the POSIX sysconf function.

# Cargo.toml [dependencies] sysconf = "0.3.4"
INSTALL
IMPORT
SIG · SYSCONF
S
sysconf
utilityrustv0.3.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sysconf
use sysconf::sysconf;

Get the system page size.

use sysconf::sysconf; fn main() { let page_size = sysconf::page_size().unwrap(); println!("Page size: {}", page_size); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
sysconf — cargo add sysconf · libregistry