[][src]Module sled_extensions::expiring

Basic expiring trees

The trees defined here are generic over Encoder types for the metadata and values stored in the tree.

Modules

plain

"Plain" expiring trees

Structs

Batch

A batch of updates that will be applied atomically to the Tree.

Iter

An iterator over keys and values in a Tree.

TransactionalTree

A transaction that will be applied atomically to the Tree.

Tree

A flash-sympathetic persistent lock-free B+ tree

TreeBuilder

A builder for creating expiring trees.