Docs.rs
cassandra-protocol-3.3.0
cassandra-protocol 3.3.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
krojew
Dependencies
arc-swap ^1.6.0
normal
bitflags ^2.5.0
normal
bytes ^1.5.0
normal
chrono ^0.4.31
normal
crc32fast ^1.4.0
normal
derivative ^2.2.0
normal
derive_more ^1.0.0
normal
float_eq ^1.0.1
normal
integer-encoding ^4.0.0
normal
itertools ^0.13.0
normal
lz4_flex ^0.11.1
normal
num-bigint ^0.4.1
normal
snap ^1.1.0
normal
thiserror ^1.0.48
normal
time ^0.3.29
normal
uuid ^1.8.0
normal
Versions
46.82%
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
cassandra_
protocol
3.3.0
Module frame_
decoder
Module Items
Structs
Traits
In cassandra_
protocol::
frame
cassandra_protocol
::
frame
Module
frame_decoder
Copy item path
Source
Structs
§
Legacy
Frame
Decoder
Pre-V5 frame decoder which simply decodes one envelope directly into a buffer.
Lz4Frame
Decoder
Post-V5 Lz4 decoder with support for envelope frames with CRC checksum.
Uncompressed
Frame
Decoder
Post-V5 decoder with support for envelope frames with CRC checksum.
Traits
§
Frame
Decoder
A decoder for frames. Since protocol v5, frames became “envelopes” and a frame now can contain multiple complete envelopes (self-contained frame) or a part of one bigger envelope.