std::io::file

mmap_file

fn mmap::FileMmap? mmap_file(File file, usz offset = 0, usz len = 0, vm::VirtualMemoryAccess access = READ, bool shared = false)
Maps a region of an already-opened file into memory

Parameters