std::io::file

mmap_open

fn mmap::FileMmap? mmap_open(String filename, String mode, usz offset = 0, usz len = 0, vm::VirtualMemoryAccess access = READ, bool shared = false)
Maps a region of the given file into memory

Parameters