pagers-core 0.1.6

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
pub mod cachestat;
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;
mod par;

pub use error::{Error, Result};