Skip to content

Rust API for memory-mapped file IO, providing fixed address memory mapping and aligned address memory mapping.

License

Notifications You must be signed in to change notification settings

phoenix-dataplane/mmap-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mmap-rs

Rust API for memory-mapped file IO, providing fixed address memory mapping and aligned address memory mapping. It provides MmapFixed, MmapAligned and a general Mmap utility for finer-grained mmap flag control.

TODO:

  • remove assertions in functions and returns Result/Error instead.
  • add examples

About

Rust API for memory-mapped file IO, providing fixed address memory mapping and aligned address memory mapping.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages