Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

rbranson/rust-mmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages