Module infinitree::backends

source ·
Expand description

Backends work with underlying persistence layers.

The infinitree crate only contains the bare minimum to implement a filesystem-based tree.

For more interesting backends, such as S3 and LRU caches, please use the infinitree-backends crate.

Structs

Enums

Traits

Type Definitions