//! A crate that helps to optimize large buffers in near-OOM state or with small amount of RAM
pubusefile::*;pubusewrappers::*;modfile{/// Include `MappedBuffer`
#[cfg(unix)]pubmodmapper;}modwrappers{/// Include `Adviser`, `Advise`, `AdviseError`
#[cfg(unix)]pubmodadvisor;/// Include `Locker`, `LockError`
#[cfg(unix)]pubmodlocker;}#[cfg(test)]modtest;