#safe #file #safe-wrapper #syscalls

mincore

A safe Rust wrapper around the mincore system call

1 unstable release

0.1.1 Dec 26, 2023
0.1.0 Dec 26, 2023

#688 in Filesystem

30 downloads per month

MIT/Apache

9KB

mincore-rs

A safe Rust wrapper around the mincore system call.


lib.rs:

A library providing a safe wrapper around the mincore system call. This library also re-exports rustix::param::page_size for convenience in interpreting the returned result.

Dependencies

~2–11MB
~115K SLoC