Crate plumtree [] [src]

A Rust implementation of Plumtree algorithm.

References

Modules

ipc

IPC(interprocess communication) related components.

Structs

Message

Application message.

Node

Plumtree node.

NodeOptions

Options for Plumtree Node.

Enums

Action

Actions instructed by Plumtree Node.

Traits

System

This trait allows for defining a system to which Plumtree nodes belong.