1 2 3 4 5 6
//! Memory-mapped I/O //! //! Re-exports from `storage::primitives::mmap` (Unix only). #[cfg(unix)] pub use crate::storage::primitives::mmap::*;