#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

#45 in #dealing

Download history 3852/week @ 2024-07-26 3250/week @ 2024-08-02 4053/week @ 2024-08-09 2902/week @ 2024-08-16 3627/week @ 2024-08-23 4279/week @ 2024-08-30 3952/week @ 2024-09-06 3394/week @ 2024-09-13 4435/week @ 2024-09-20 4521/week @ 2024-09-27 5906/week @ 2024-10-04 9920/week @ 2024-10-11 9849/week @ 2024-10-18 9694/week @ 2024-10-25 7088/week @ 2024-11-01 8991/week @ 2024-11-08

37,905 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

~380–610KB