#memory-mapped #fork #allocations #mmap #dealing #io #exists

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

5 releases

Uses old Rust 2015

0.1.6 Mar 6, 2024
0.1.5 Jun 17, 2017
0.1.4 Jun 17, 2017
0.1.3 Jun 17, 2017
0.1.2 Jun 17, 2017

#115 in Memory management

Download history 635/week @ 2023-12-20 369/week @ 2023-12-27 301/week @ 2024-01-03 329/week @ 2024-01-10 1324/week @ 2024-01-17 555/week @ 2024-01-24 514/week @ 2024-01-31 689/week @ 2024-02-07 866/week @ 2024-02-14 485/week @ 2024-02-21 491/week @ 2024-02-28 775/week @ 2024-03-06 450/week @ 2024-03-13 685/week @ 2024-03-20 416/week @ 2024-03-27 272/week @ 2024-04-03

1,915 downloads per month
Used in 6 crates (2 directly)

MIT license

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