Module rustdb::stg

source ·
Expand description

Backing Storage for database. See also AtomicFile.

Structs

  • Simple implementation of storage using Vec<u8>.
  • Simple implementation of Storage using std::fs::File.

Traits

  • Interface for database storage.