Module rustdb::atomfile

source ·
Expand description

Structs§

  • AtomicFile makes sure that database updates are all-or-nothing. Keeps a map of outstanding writes which have not yet been written to the underlying file.
  • Non-buffered alternative to AtomicFile.