#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 3262/week @ 2024-03-14 4654/week @ 2024-03-21 3470/week @ 2024-03-28 3109/week @ 2024-04-04 3066/week @ 2024-04-11 4206/week @ 2024-04-18 3908/week @ 2024-04-25 3621/week @ 2024-05-02 3294/week @ 2024-05-09 3244/week @ 2024-05-16 2170/week @ 2024-05-23 3146/week @ 2024-05-30 4307/week @ 2024-06-06 2838/week @ 2024-06-13 2963/week @ 2024-06-20 2467/week @ 2024-06-27

13,081 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