This package browser is in early development. Mind the rough edges.

libraft 0.11.2

C implementation of the Raft consensus protocol

The library has modular design: its core part implements only the core Raft algorithm logic, in a fully platform independent way. On top of that, a pluggable interface defines the I/O implementation for networking (send/receive RPC messages) and disk persistence (store log entries and snapshots).

Installation

Install libraft 0.11.2 as follows:

guix install libraft@0.11.2

Or install the latest version:

guix install libraft

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.