Docs.rs
shotover-0.7.2
shotover 0.7.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
conorbros
benbromhead
Dependencies
anyhow ^1.0.76
normal
async-trait ^0.1.30
normal
atoi ^2.0.0
normal
optional
atomic_enum ^0.3.0
normal
aws-config ^1.0.0
normal
optional
aws-sdk-kms ^1.1.0
normal
optional
axum ^0.8
normal
backtrace ^0.3.66
normal
backtrace-ext ^0.2
normal
base64 ^0.22.0
normal
optional
bigdecimal ^0.4.0
normal
bincode ^2.0.1
normal
optional
bytes ^1.11.1
normal
cached ^0.55
normal
optional
cassandra-protocol ^3.0
normal
optional
chacha20poly1305 ^0.10.0
normal
optional
clap ^4.0.4
normal
cql3-parser ^0.4.0
normal
optional
crc16 ^0.4.0
normal
optional
csv ^1.2.0
normal
optional
dashmap ^6.0.0
normal
optional
derivative ^2.1.1
normal
fnv ^1.0.7
normal
futures ^0.3
normal
generic-array ^0.14
normal
optional
governor ^0.10
normal
hex ^0.4.3
normal
optional
http ^1.0.0
normal
optional
httparse ^1.8.0
normal
optional
itertools ^0.14.0
normal
kafka-protocol ^0.15.1
normal
optional
lz4_flex ^0.11.0
normal
optional
metrics ^0.24.0
normal
metrics-exporter-prometheus ^0.17.0
normal
nonzero_ext ^0.3.0
normal
num-bigint ^0.4.0
normal
ordered-float ^5.0.0
normal
pretty-hex ^0.4.0
normal
rand ^0.9.0
normal
redis-protocol ^6.0.0
normal
optional
rustls ^0.23.24
normal
rustls-pemfile ^2.0.0
normal
rustls-pki-types ^1.0.1
normal
sasl ^0.5.1
normal
optional
serde ^1.0.111
normal
serde_json ^1.0
normal
serde_yaml ^0.9.17
normal
thiserror ^2.0
normal
tokio ^1.44.2
normal
tokio-rustls ^0.26
normal
tokio-stream ^0.1.2
normal
tokio-tungstenite ^0.27.0
normal
tokio-util ^0.7.7
normal
tracing ^0.1.15
normal
tracing-appender ^0.2.0
normal
tracing-subscriber ^0.3.1
normal
typetag ^0.2.5
normal
uds ^0.4.2
normal
uuid ^1.0.0
normal
version-compare ^0.2
normal
optional
xxhash-rust ^0.8.6
normal
optional
codspeed-criterion-compat ^2.6.0
dev
hex-literal ^1.0.0
dev
pretty_assertions ^1.4.0
dev
cc ^1.0
build
Versions
22.22%
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
Skip to main content
DecoderHalf
shotover
0.7.2
Decoder
Half
Implementors
In shotover::
codec
shotover
::
codec
Trait
Decoder
Half
Copy item path
Source
pub trait DecoderHalf:
Decoder
<Item =
Messages
, Error =
CodecReadError
> +
Send
{ }
Implementors
§
Source
§
impl<T:
Decoder
<Item =
Messages
, Error =
CodecReadError
> +
Send
>
DecoderHalf
for T