Docs.rs
  • cassandra-protocol-2.0.0
    • cassandra-protocol 2.0.0
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • krojew
    • Dependencies
      • arc-swap ^1.5.0 normal
      • arrayref ^0.3.6 normal
      • bitflags ^1.3.2 normal
      • chrono ^0.4.20 normal
      • crc32fast ^1.3.2 normal
      • derivative ^2.2.0 normal
      • derive_more ^0.99.17 normal
      • float_eq ^1.0.0 normal
      • integer-encoding ^3.0.3 normal
      • itertools ^0.10.3 normal
      • lz4_flex ^0.9.3 normal
      • num ^0.4.0 normal
      • snap ^1.0.5 normal
      • thiserror ^1.0.31 normal
      • time ^0.3.9 normal
      • uuid ^1.0.0 normal
    • Versions
    • 45.96% of the crate is documented
  • Go to latest version
  • 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
logo

logo

Module frame

  • Modules
  • Structs
  • Enums
  • Constants
  • Type Definitions
logo
Change settings

Module cassandra_protocol::frame

source · [−]

Re-exports

pub use crate::frame::traits::*;

Modules

events
frame_decoder
frame_encoder
message_auth_challenge
message_auth_response
message_auth_success
message_authenticate
message_batch
message_error
message_event
message_execute
message_options
message_prepare
message_query
message_ready
message_register
message_request
message_response
message_result
message_startup
message_supported
traits

Structs

Envelope
Flags
Envelope flags
ParsedEnvelope

Enums

CheckEnvelopeSizeError
Direction
Opcode
ParseEnvelopeError
Version
Protocol version.

Constants

EVENT_STREAM_ID
LENGTH_LEN
Number of body length bytes in accordance to protocol.
MAX_FRAME_SIZE
Maximum size of an entire frame.
PAYLOAD_SIZE_LIMIT
Maximum size of frame payloads - aggregated envelopes or a part of a single envelope.
STREAM_LEN
Number of stream bytes in accordance to protocol.

Type Definitions

StreamId
Cassandra stream identifier.