Crate hypercore[][src]

Modules

bitfield

Bitfield module. Exposes {data, tree, index} internally. Serializable to disk.

prelude

Convenience wrapper to import all of Hypercore's core.

Structs

Feed

Append-only log structure.

FeedBuilder

Construct a new Feed instance.

Keypair

An ed25519 keypair.

Node

Nodes that are persisted to disk.

Proof

A merkle proof for an index, created by the .proof() method.

Signature

An EdDSA signature.

Storage

Save data to a desired storage backend.

Enums

Store

The types of stores that can be created.

Traits

NodeTrait

Functions that need to be implemented for the Data that MerkleTreeStream works with.

Type Definitions

Result

Custom result shorthand for Hypercore.