Docs.rs
  • d-engine-0.1.0
    • d-engine 0.1.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • luanzhilab
    • Dependencies
      • autometrics ^2.0.0 normal
      • bincode ^1.3 normal
      • config ^0.14.0 normal
      • dashmap ^5.5.3 normal
      • flate2 ^1.0 normal
      • futures ^0.3.30 normal
      • h2 ^0.4.8 normal
      • lazy_static ^1.4 normal
      • log ^0.4.20 normal
      • nanoid ^0.4.0 normal
      • parking_lot ^0.12.3 normal
      • prometheus ^0.13 normal
      • prost ^0.13 normal
      • rand ^0.8.5 normal
      • rcgen ^0.13 normal
      • serde ^1.0 normal
      • sled ^0.34.7 normal
      • thiserror ^1.0 normal
      • tokio ^1.4 normal
      • tokio-stream ^0.1.16 normal
      • tokio-util ^0.7.11 normal
      • tonic ^0.12 normal
      • tonic-health ^0.12.3 normal
      • tracing ^0.1.41 normal
      • tracing-appender ^0.2 normal
      • tracing-subscriber ^0.3 normal
      • warp ^0.3.7 normal
      • env_logger ^0.11.6 dev
      • mockall ^0.12.1 dev
      • once_cell ^1.20.2 dev
      • serial_test ^3.2.0 dev
      • temp-env ^0.3.6 dev
      • tempfile ^3.19.1 dev
      • tokio ^1 dev
      • tonic-build ^0.12 build
      • vergen ^8.1 build
    • Versions
    • 67.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

d_engine0.1.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits

List of all items

Structs

  • client::Client
  • client::ClientBuilder
  • client::ClientConfig
  • client::ClusterClient
  • client::ConnectionPool
  • client::KvClient
  • config::BackoffPolicy
  • config::ClusterConfig
  • config::CommitHandlerConfig
  • config::ElectionConfig
  • config::MembershipConfig
  • config::MonitoringConfig
  • config::NetworkConfig
  • config::RaftConfig
  • config::RaftNodeConfig
  • config::ReplicationConfig
  • config::RetryPolicies
  • config::TlsConfig
  • node::Node
  • node::NodeBuilder
  • proto::ActiveSnapshot
  • proto::AppendEntriesRequest
  • proto::AppendEntriesResponse
  • proto::ClientCommand
  • proto::ClientProposeRequest
  • proto::ClientReadRequest
  • proto::ClientResponse
  • proto::ClientResult
  • proto::ClusteMembershipChangeRequest
  • proto::ClusterConfUpdateResponse
  • proto::ClusterMembership
  • proto::ConflictResult
  • proto::Entry
  • proto::LogId
  • proto::MetadataRequest
  • proto::NodeMeta
  • proto::ReadResults
  • proto::Snapshot
  • proto::SnapshotEntry
  • proto::SnapshotMeta
  • proto::SuccessResult
  • proto::VoteRequest
  • proto::VoteResponse
  • proto::VotedFor
  • proto::client_command::Insert
  • proto::rpc_service_client::RpcServiceClient
  • proto::rpc_service_server::RpcServiceServer

Enums

  • Error
  • proto::ClientRequestError
  • proto::append_entries_response::Result
  • proto::client_command::Command
  • proto::client_response::Result

Traits

  • proto::rpc_service_server::RpcService

Constants

  • proto::rpc_service_server::SERVICE_NAME