Module splinter::sets[][src]

Expand description

Durable sets, both ordered and unordered. Implementations of these sets must be thread-safe.

Modules

In-memory implementations of the DurableSet traits.

Structs

A Range describing the start and end bounds for a range iterator on a DurableOrderedSet.

An error that may occur with the underlying implementation of the DurableSet

Traits

A Durable, Ordered Set.

A Durable Set.