Cross-platform Rust API for memory-mapped file IO.
# Cargo.toml
[dependencies]
memmap = "0.7.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Memory-maps a file and reads the first 10 bytes.
Ensure the mapped region is not mutated while borrowed, and handle file size correctly.
No dependency data recorded yet.