Crate daglib

Source

Structs§

AsyncDag
An async DAG, generic over Node, Node identifier and Backend implementation
Stream
Stream adapter for streaming all nodes in a DAG

Enums§

Error

Traits§

DagBackend
An interface to a DAG backend storage
Merger
Node
A Node in the DAG, holding the data.
NodeId
A unique identifier for a Node

Type Aliases§

Backlog