Expand description

The blob and blob store trait and implementation.

You only have to interact with these types if you want to use RadixTrees as persistent databases.

Structs

A blob that can be cheaply sliced
A special store that does nothing, to be used with detached trees that don’t use a store
A simple in memory store
A blob store backed by a file that is divided into pages of size SIZE

Enums

An error type with zero inhabitants, similar to Infallible

Traits

A generic blob store with variable id size
Extension trait that adds unwrap_safe for unwrapping results safely when the error type is uninhabited

Type Definitions

Type for a dynamic blob store