SlackBuildsOrg/system/raft
Christoph Willing bb06edf9b3
system/raft: Remove empty directory
Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-09-21 07:32:19 +07:00
..
raft.info
raft.SlackBuild
README
slack-desc

Fully asynchronous 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).