Crates.io | mmap-fixed-fixed |
lib.rs | mmap-fixed-fixed |
version | 0.1.3 |
source | src |
created_at | 2022-05-08 16:56:57.482761 |
updated_at | 2022-11-22 05:37:47.941125 |
description | 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. |
homepage | |
repository | https://github.com/khang06/rust-mmap-fixed-fixed |
max_upload_size | |
id | 582615 |
size | 22,571 |
A Rust library for dealing with memory mapped files, originally extracted from the Rust standard library source code before it was removed.
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.