Structs

The main abstraction over the mmap crate. Owns a memory map and provides simplified and safe access to this memory region. Also provides some additional features such as iterators over the data.

The builder class for the EasyMmap struct. Provides an easy-to-use interface to create a new EasyMmap struct.

Enums

Options the memory map is created with