[][src]Module sled_extensions::structured

Basic structured trees

This module contains the base types that other trees are built on. In fact, most trees are just type aliases for the basic trees here with pre-defined encodings.

Modules

expiring

This module names types for more easily interacting with 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