#memory-mapped #mmap #io #fork #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

#453 in Memory management

Download history 831/week @ 2024-07-20 1023/week @ 2024-07-27 811/week @ 2024-08-03 1159/week @ 2024-08-10 738/week @ 2024-08-17 656/week @ 2024-08-24 580/week @ 2024-08-31 691/week @ 2024-09-07 629/week @ 2024-09-14 1233/week @ 2024-09-21 725/week @ 2024-09-28 629/week @ 2024-10-05 660/week @ 2024-10-12 922/week @ 2024-10-19 752/week @ 2024-10-26 658/week @ 2024-11-02

3,197 downloads per month
Used in 14 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

~220KB