Module rustdb::atomfile[][src]

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.