Docs.rs
datacake-eventual-consistency-0.5.1
datacake-eventual-consistency 0.5.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ChillFish8
Dependencies
anyhow ^1
normal
async-trait ^0.1.58
normal
datacake-chitchat-fork ^0.5.1
normal
crc32fast ^1.3.2
normal
crossbeam-channel ^0.5.6
normal
crossbeam-utils ^0.8.14
normal
datacake-crdt ^0.4
normal
datacake-node ^0.4
normal
datacake-rpc ^0.5
normal
flume ^0.10.14
normal
futures ^0.3.23
normal
itertools ^0.10.3
normal
parking_lot ^0.12.1
normal
puppet ^0.4.0
normal
rand ^0.8.5
normal
rkyv ^0.7.42
normal
smallvec ^1
normal
thiserror ^1
normal
tokio ^1
normal
tokio-stream ^0.1.9
normal
tracing ^0.1.36
normal
anyhow ^1
dev
bytes ^1.2.1
dev
datacake-rpc ^0.5
dev
tracing-subscriber ^0.3.15
dev
Versions
94.64%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
Files
datacake_eventual_consistency/rpc/
mod.rs
1
mod
client;
2
pub mod
services;
3
4
pub use
client::{ConsistencyClient, ReplicationClient};