#memory-mapped #dealing #io

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

#48 in #memory-mapped

Download history 4804/week @ 2024-02-04 4630/week @ 2024-02-11 3411/week @ 2024-02-18 3800/week @ 2024-02-25 3781/week @ 2024-03-03 3410/week @ 2024-03-10 3482/week @ 2024-03-17 4381/week @ 2024-03-24 3394/week @ 2024-03-31 3406/week @ 2024-04-07 2923/week @ 2024-04-14 4390/week @ 2024-04-21 3839/week @ 2024-04-28 3268/week @ 2024-05-05 3497/week @ 2024-05-12 2949/week @ 2024-05-19

13,618 downloads per month
Used in 24 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

~365–590KB