2 releases
Uses old Rust 2015
0.1.1 | Apr 9, 2015 |
---|---|
0.1.0 | Apr 9, 2015 |
#45 in #dealing
37,905 downloads per month
Used in 23 crates
(10 directly)
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