mmap 0.1.1

A library for dealing with memory-mapped I/O
Documentation
  • Coverage
  • 96.88%
    31 out of 32 items documented0 out of 9 items with examples
  • Size
  • Source code size: 21.73 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.4 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • rbranson/rust-mmap
    33 21 9
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rbranson

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;