Crate p2panda_stream

Crate p2panda_stream 

Source
Expand description

Stream-based methods to conveniently handle p2panda operations.

p2panda-stream is a collection of various methods which help to decode, validate, order, prune or store p2panda operations. More methods are planned in the future.

With the stream-based design it is easy to “stack” these methods on top of each other, depending on the requirements of the application (or each “topic” data stream). Like this a user can decide if they want to persist data or keep it “ephemeral”, apply automatic pruning techniques for outdated operations etc.

Modules§

operation
Methods to handle p2panda operations.
partial

Structs§

Decode
Stream for the decode method.
Ingest
Stream for the ingest method.

Traits§

DecodeExt
An extension trait for Streams that provides a convenient decode method.
IngestExt
An extension trait for Streams that provides a convenient ingest method.