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§

  • Methods to handle p2panda operations.

Structs§

Traits§

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