[][src]Module merkletree::store

Store implementations.

Structs

DiskStore

The Disk-only store is used to reduce memory to the minimum at the cost of build time performance. Most of its I/O logic is in the store_copy_from_slice and store_read_range functions.

VecStore

Traits

Store

Backing store of the merkle tree.

Type Definitions

Result