#mmap #fix #io #fork #allocation #original #updating #version #fork-of-original #rust-mmap

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

4 releases

0.2.0 Apr 20, 2025
0.1.3 Nov 22, 2022
0.1.1 May 8, 2022
0.1.0 May 8, 2022

#79 in Memory management

Download history 840/week @ 2025-02-23 895/week @ 2025-03-02 826/week @ 2025-03-09 989/week @ 2025-03-16 868/week @ 2025-03-23 790/week @ 2025-03-30 898/week @ 2025-04-06 636/week @ 2025-04-13 1083/week @ 2025-04-20 992/week @ 2025-04-27 907/week @ 2025-05-04 825/week @ 2025-05-11 823/week @ 2025-05-18 1190/week @ 2025-05-25 1294/week @ 2025-06-01 1600/week @ 2025-06-08

4,986 downloads per month
Used in 16 crates (3 directly)

MIT license

21KB
411 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

~0–28MB
~459K SLoC