Structs§

  • Wraps RemoteBlockDeviceSync providing a simple LRU cache and trait implementations for std::io::{Read, Seek, Write}. This is unlikely to be performant; the implementation is single threaded. The cache works by dividing up a VMO into BLOCK_COUNT blocks of BLOCK_SIZE bytes, and maintaining mappings from device offsets to offsets in the VMO.