Docs.rs
  • lol-core-0.9.5
    • lol-core 0.9.5
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • akiradeveloper
    • Dependencies
      • anyhow ^1.0 normal
      • async-stream ^0.3 normal
      • async-trait ^0.1 normal
      • bincode ^1.3 normal
      • bytes ^1 normal
      • derive_builder ^0.10 normal
      • derive_more ^0.99 normal
      • futures ^0.3 normal
      • http ^0.2 normal optional
      • http-serde ^1 normal
      • log ^0.4 normal
      • phi-detector ^0.3 normal
      • prost ^0.11 normal
      • rand ^0.8 normal
      • rocksdb ^0.19 normal optional
      • serde ^1.0 normal
      • serde_bytes ^0.11 normal
      • tokio ^1 normal
      • tokio-stream ^0.1 normal
      • tokio-util ^0.7 normal
      • tonic ^0.8 normal
      • tower ^0.4 normal optional
      • serial_test ^0.9 dev
      • prost-build ^0.11 build
      • tonic-build ^0.8 build
    • Versions
    • 42.86% of the crate is documented
  • Platform
    • 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

lol_core0.9.5

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Config
  • ConfigBuilder
  • RaftClient
  • Uri
  • api::AddServerRep
  • api::AddServerReq
  • api::ApplyRep
  • api::ApplyReq
  • api::ClusterInfoRep
  • api::ClusterInfoReq
  • api::CommitRep
  • api::CommitReq
  • api::GetConfigRep
  • api::GetConfigReq
  • api::RemoveServerRep
  • api::RemoveServerReq
  • api::StatusRep
  • api::StatusReq
  • api::TimeoutNowRep
  • api::TimeoutNowReq
  • api::TuneConfigRep
  • api::TuneConfigReq
  • gateway::Connector
  • gateway::Gateway
  • simple::BytesRepository
  • simple::FileRepository
  • simple::ToRaftApp
  • storage::Ballot
  • storage::Entry
  • storage::file::Storage
  • storage::memory::Storage
  • storage::rocksdb::Storage

Enums

  • ConfigBuilderError
  • MakeSnapshot

Traits

  • RaftApp
  • simple::RaftAppSimple
  • simple::SnapshotRepository
  • storage::RaftStorage

Functions

  • make_raft_service

Type Aliases

  • Index
  • RaftService
  • SnapshotStream