Structs§
- Easy
Mmap - 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. - Easy
Mmap Builder - The builder class for the EasyMmap struct. Provides an easy-to-use interface to create a new EasyMmap struct.
Enums§
- MapOption
- Options the memory map is created with