process_vm_io 1.0.14

I/O access to virtual memory contents of processes
Documentation
1
2
3
4
5
6
#[test]
fn min_system_page_size() {
    let size = super::min_system_page_size().unwrap();
    assert!(size.get() < u64::MAX);
    assert!(size.is_power_of_two());
}