Module brb::brb_data_type[][src]

Expand description

The purpose of BRB is to provide a BFT transport for CRDT-esque Data Types.

The BRBDataType trait defines the contract such Data Types must fulfill. Typically, an existing CRDT algorithm wiil be wrapped by a struct that implements this trait.

Examples of types that implement BRBDataType: brb_dt_orswot, brb_dt_at2, brb_dt_tree

Traits

BRBDataType

The BRBDataType trait