Crates.io | memmapix |
lib.rs | memmapix |
version | 0.7.6 |
source | src |
created_at | 2022-07-03 02:18:05.381245 |
updated_at | 2023-09-18 09:39:30.845301 |
description | No libc, pure Rust cross-platform Rust API for memory-mapped file IO |
homepage | |
repository | https://github.com/al8n/memmapix-rs |
max_upload_size | |
id | 618108 |
size | 138,795 |
A pure Rust library for cross-platform memory mapped IO, which replace libc
with rustix
.
The project is modified based on the memmap2-rs.
MAP_STACK
on unix)A list of supported/tested targets can be found in Actions.
memmapix
is primarily distributed under the terms of both the MIT license and the
Apache License (Version 2.0).
See LICENSE-APACHE, LICENSE-MIT for details.
Copyright (c) 2022 Al Liu
Copyright (c) 2020 Yevhenii Reizner
Copyright (c) 2015 Dan Burkert