#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

#336 in Memory management

Download history 331/week @ 2023-12-18 388/week @ 2023-12-25 503/week @ 2024-01-01 561/week @ 2024-01-08 507/week @ 2024-01-15 690/week @ 2024-01-22 744/week @ 2024-01-29 619/week @ 2024-02-05 474/week @ 2024-02-12 914/week @ 2024-02-19 789/week @ 2024-02-26 814/week @ 2024-03-04 601/week @ 2024-03-11 668/week @ 2024-03-18 1102/week @ 2024-03-25 957/week @ 2024-04-01

3,389 downloads per month
Used in 12 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