2 releases
Uses old Rust 2015
| 0.1.1 | Apr 9, 2015 |
|---|---|
| 0.1.0 | Apr 9, 2015 |
#82 in #memory-map
36,586 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
~410–630KB