Skip to content

0.7.0

Latest
Compare
Choose a tag to compare
@danburkert danburkert released this 20 Sep 05:11
· 1 commit to master since this release

memmap-rs is a Rust library for cross-platform memory-mapped IO.

memmap 0.7.0 includes a single (breaking) change: MmapOptions::offset now takes a u64 instead of a usize, so that large files can be used on 32-bit platforms.