Docs.rs
  • raftify-0.1.10
    • raftify 0.1.10
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • jopemachine
    • Dependencies
      • async-trait ^0.1.48 normal
      • bincode ^1.3 normal
      • built ^0.5 normal
      • bytes ^1.5.0 normal
      • clap ^3.0 normal
      • heed ^0.20.0-alpha.9 normal
      • heed-traits ^0.20.0-alpha.9 normal
      • jopemachine-raft ^0.7.0 normal
      • log ^0.4 normal
      • parking_lot ^0.12.1 normal
      • prost ^0.11 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • slog ^2 normal
      • slog-stdlog ^4 normal
      • thiserror ^1.0 normal
      • tokio ^1.4 normal
      • tonic ^0.9.2 normal
      • built ^0.5 build
      • tonic-build ^0.9.2 build
    • Versions
    • 61.46% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

raftify0.1.10

  • All Items
  • Re-exports
  • Modules
  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
  • Attribute Macros
?
Change settings

Crate raftify

source ·

Re-exports

  • pub use crate::raft_service::raft_service_client::RaftServiceClient;
  • pub use jopemachine_raft as raft;
  • pub use tonic;

Modules

  • cli
  • raft_service

Macros

  • function_name

Structs

  • Channel
    A default batteries included transport channel.
  • ClusterJoinTicket
  • Config
  • HeedStorage
  • MyDeserializer
  • Peer
  • Peers
  • Raft
  • RaftConfig
    Config contains the parameters to start a raft.
  • RaftNode

Enums

  • Error
  • FollowerRole

Traits

  • AbstractLogEntry
  • AbstractStateMachine
  • LogStore

Functions

  • create_client

Type Aliases

  • Result

Attribute Macros

  • async_trait