https://github.com/darfink/mmap-fixed
https://github.com/darfink/mmap-fixed
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/darfink/mmap-fixed
- Owner: darfink
- License: mit
- Created: 2024-03-06T17:05:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-06T17:07:38.000Z (about 1 year ago)
- Last Synced: 2025-01-21T18:48:49.867Z (4 months ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://github.com/danburkert/memmap-rs/issues/21).
This second-degree fork exists because the first fork hasn't been updated to support winapi v0.3.
See: [detour-rs#32](https://github.com/darfink/detour-rs/issues/32).