[][src]Crate blip

A Rust framework for writing fast and highly resilient gRPC mesh services.

Modules

cluster

Implementation of the rapid distributed membership protocol.

overlay

Batteries-included grpc service mesh.

Structs

Member

A cluster member.

Mesh

An unstarted member of a blip mesh network.

MultiNodeCut

An accepted view-change proposal.

Rejoin

Rejoin the existing cluster through random healthy members.

Subscription

A subscription to accepted view-change proposals.

Traits

MeshService

A trait that allows individual services access to any accepted membership view-change proposals.

Attribute Macros

async_trait

A re-export of async_trait for convenience.