Expand description
Components of mmap file.
Modules
- async_std
async-std
andasync-trait
async_std based raw mmap file - sync
sync
std based raw mmap file - tokio
tokio
andasync-trait
tokio based raw mmap file
Structs
- DiskMmapFile
sync
DiskMmapFile contains an immutable mmap buffer and a read-only file. - DiskMmapFileMut
sync
DiskMmapFile contains a mutable mmap buffer and a writable file. - MemoryMmapFile
sync
UseBytes
to mock a mmap, which is useful for test and in-memory storage engine. - Use
BytesMut
to mock a mmap, which is useful for test and in-memory storage engine.