#mmap #fork-of-original #fork-original #updating #windows-version #dealing-with-memory-mapped #memory-mapped #map-fixed

mmap-fixed

A library for dealing with memory-mapped I/O This is a fork of a fork of the original rust-mmap with updated dependencies and a fix for the Windows version. This exists only because there are no other alternative crates for MAP_FIXED allocations.

5 releases

Uses old Rust 2015

0.1.6 Mar 6, 2024
0.1.5 Jun 17, 2017
0.1.4 Jun 17, 2017
0.1.3 Jun 17, 2017
0.1.2 Jun 17, 2017

#583 in Memory management

Download history 253/week @ 2026-01-31 120/week @ 2026-02-07 212/week @ 2026-02-14 221/week @ 2026-02-21 169/week @ 2026-02-28 189/week @ 2026-03-07 246/week @ 2026-03-14 243/week @ 2026-03-21 274/week @ 2026-03-28 207/week @ 2026-04-04 212/week @ 2026-04-11 206/week @ 2026-04-18 192/week @ 2026-04-25 153/week @ 2026-05-02 169/week @ 2026-05-09 184/week @ 2026-05-16

716 downloads per month
Used in 6 crates (2 directly)

MIT license

22KB
436 lines

rust-mmap-fixed-fixed

A Rust library for dealing with memory mapped files, originally extracted from the Rust standard library source code before it was removed.

NOTE

This is a fork of a fork of the original rust-mmap with updated dependencies and a fix for the Windows version. This exists only because there are no other alternative crates for MAP_FIXED allocations.

See: memmap-rs#21.

This second-degree fork exists because the first fork hasn't been updated to support winapi v0.3.

See: detour-rs#32.

Dependencies

~215KB