pagers-core 0.2.2

Core library for page cache diagnostics and control on Linux and macOS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod cachestat;
mod cancel;
pub mod crawl;
pub mod error;
pub mod events;
pub mod mincore;
pub mod mlock;
pub mod mode;
pub mod ops;
pub mod output;
pub mod pagesize;

pub use cancel::Cancellation;
pub use error::{Error, Result};