#memory-mapped #dealing #io

unmaintained mmap

A library for dealing with memory-mapped I/O

2 releases

Uses old Rust 2015

0.1.1 Apr 9, 2015
0.1.0 Apr 9, 2015

#51 in #dealing

Download history 6336/week @ 2024-11-15 6383/week @ 2024-11-22 3682/week @ 2024-11-29 4541/week @ 2024-12-06 5593/week @ 2024-12-13 1902/week @ 2024-12-20 2979/week @ 2024-12-27 6047/week @ 2025-01-03 7202/week @ 2025-01-10 7680/week @ 2025-01-17 7560/week @ 2025-01-24 7151/week @ 2025-01-31 5939/week @ 2025-02-07 7646/week @ 2025-02-14 8358/week @ 2025-02-21 7179/week @ 2025-02-28

30,514 downloads per month
Used in 23 crates (10 directly)

MIT license

18KB
375 lines

rust-mmap

A Rust library for dealing with memory mapped files, originally extracted from the Rust standard library source code before it was removed.

Usage

Add this to your Cargo.toml:

[dependencies]
mmap = "*"

and this to your crate root:

extern crate mmap;

Dependencies

~390–620KB