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.
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.