2 releases
Uses old Rust 2015
0.1.1 | Apr 9, 2015 |
---|---|
0.1.0 | Apr 9, 2015 |
#48 in #memory-mapped
13,081 downloads per month
Used in 24 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
~365–590KB