#memory-mapped #fork #io #mmap #allocations #fix #map-fixed

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.

3 releases

Uses old Rust 2015

0.1.3 Nov 22, 2022
0.1.1 May 8, 2022
0.1.0 May 8, 2022

#360 in Memory management

Download history 1017/week @ 2024-03-29 987/week @ 2024-04-05 732/week @ 2024-04-12 881/week @ 2024-04-19 1113/week @ 2024-04-26 756/week @ 2024-05-03 939/week @ 2024-05-10 821/week @ 2024-05-17 493/week @ 2024-05-24 542/week @ 2024-05-31 433/week @ 2024-06-07 466/week @ 2024-06-14 442/week @ 2024-06-21 490/week @ 2024-06-28 631/week @ 2024-07-05 557/week @ 2024-07-12

2,184 downloads per month
Used in 15 crates (3 directly)

MIT license

22KB
432 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