Module laminarmq::storage

source ·
Expand description

Module providing abstractions to store records.

Modules

Traits

  • Trait representing a collection that can be closed or removed entirely.
  • Collection providing asynchronous read access to an indexed set of records (or values).
  • Trait representing a truncable collection of records, which can be truncated after a “mark”.
  • Tratis representing collections which have a measurable size in number of bytes.
  • Trait representing a read-append-truncate storage media.