2 releases

Uses old Rust 2015

0.1.1 Apr 9, 2015
0.1.0 Apr 9, 2015
Download history 2356/week @ 2023-10-23 2370/week @ 2023-10-30 2619/week @ 2023-11-06 3393/week @ 2023-11-13 2740/week @ 2023-11-20 2484/week @ 2023-11-27 3079/week @ 2023-12-04 3315/week @ 2023-12-11 1992/week @ 2023-12-18 919/week @ 2023-12-25 2773/week @ 2024-01-01 3629/week @ 2024-01-08 5190/week @ 2024-01-15 4009/week @ 2024-01-22 4062/week @ 2024-01-29 4811/week @ 2024-02-05

18,158 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

~345–570KB