Registry / utility / mmap-rs

mmap-rs

JSON →
library0.7.0rscratesunverified

A cross-platform and safe Rust API to create and manage memory mappings in the virtual address space of the calling process.

# Cargo.toml [dependencies] mmap-rs = "0.7.0"
INSTALL
IMPORT
SIG · MMAP-RS
M
mmap-rs
utilityrustv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Mmap
use mmap_rs::Mmap;

Create a memory mapping.

use mmap_rs::Mmap; fn main() { let mmap = Mmap::new(4096).unwrap(); // Use the memory mapping }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
mmap-rs — cargo add mmap-rs · libregistry