raft 0.7.0

The rust language implementation of Raft algorithm.
Documentation

raft

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 10 feature flags, 7 of them enabled by default.

default

  • protobuf-codec
  • default-logger

protobuf-codec

  • raft-proto/protobuf-codec
  • bytes

default-logger

  • slog-stdlog
  • slog-envlogger
  • slog-term

bytes

  • dep:bytes

slog-stdlog

  • dep:slog-stdlog

slog-envlogger

  • dep:slog-envlogger

slog-term

  • dep:slog-term

prost-codec

  • raft-proto/prost-codec

failpoints

  • fail/failpoints

fail

  • dep:fail