pub fn get() -> usize
This function retrieves the system’s memory page size.
extern crate page_size; println!("{}", page_size::get());