raft 0.6.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

    This feature flag does not enable additional features.

slog-stdlog

    This feature flag does not enable additional features.

slog-envlogger

    This feature flag does not enable additional features.

slog-term

    This feature flag does not enable additional features.

prost-codec

  • raft-proto/prost-codec

failpoints

  • fail/failpoints

fail

    This feature flag does not enable additional features.