Module map

Module map 

Source
Expand description

This implements logic that allows to memory map a file on both Unix and Windows (cf memory_map_file / unmap_memory_mapped_file).

Structs§

MappedFileReader
A memory mapped file reader is basically a slice of bytes over the memory mapping and a cursor to be able to access the region.

Traits§

Reader