#memory-mapped #mmap #io

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

#343 in Memory management

Download history 453/week @ 2024-06-18 548/week @ 2024-06-25 379/week @ 2024-07-02 729/week @ 2024-07-09 553/week @ 2024-07-16 1139/week @ 2024-07-23 900/week @ 2024-07-30 807/week @ 2024-08-06 1143/week @ 2024-08-13 548/week @ 2024-08-20 671/week @ 2024-08-27 602/week @ 2024-09-03 652/week @ 2024-09-10 788/week @ 2024-09-17 1037/week @ 2024-09-24 730/week @ 2024-10-01

3,332 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

~220KB