Registry / utility / page-size

page-size

JSON →
library0.6.0rscratesunverified

Provides an easy, fast, cross-platform way to retrieve the memory page size.

# Cargo.toml [dependencies] page_size = "0.6.0"
INSTALL
IMPORT
SIG · PAGE-SIZE
P
page-size
utilityrustv0.6.0
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.

get
use page_size::get;

Get the system memory page size.

use page_size::get; fn main() { let size = get(); println!("Memory page size: {} bytes", size); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
page-size — cargo add page-size · libregistry