Module memflow::connector

source ·
Expand description

Module containing basic connector and inventory related functions.

This module provides basic building blocks when building connectors. It contains a file i/o and memory mapped file interface as well as a interface for interfacing with buffers.

This module also contains functions to interface with dynamically loaded connectors. The inventory system is feature gated behind the inventory feature.

Re-exports

Modules

  • Describes optional cpu state for a connector
  • Basic connector which works on file i/o operations (Seek, Read, Write).
  • Basic connector which works on mapped memory.