Docs.rs
  • cassandra-protocol-1.0.0
    • cassandra-protocol 1.0.0
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • krojew
    • Dependencies
      • arrayref ^0.3 normal
      • bitflags ^1.3 normal
      • chrono ^0.4 normal
      • derivative ^2.2.0 normal
      • derive_more ^0.99 normal
      • float_eq ^0.7 normal
      • itertools ^0.10 normal
      • lz4_flex ^0.9 normal
      • num ^0.4 normal
      • snap ^1 normal
      • thiserror ^1 normal
      • time ^0.3 normal
      • uuid ^0.8 normal
    • Versions
    • 47.02% 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

Module frame

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

Module cassandra_protocol::frame[−][src]

Expand description

frame module contains general Frame functionality.

Re-exports

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

Modules

events
frame_auth_challenge
frame_auth_response
frame_auth_success
frame_authenticate
frame_batch
frame_error
frame_event
frame_execute
frame_options
frame_prepare
frame_query
frame_ready
frame_register
frame_request
frame_response
frame_result
frame_startup
frame_supported
traits

Structs

Flags

Frame’s flags

Frame
ParsedFrame

Enums

Direction
Opcode
ParseFrameError
Version

Constants

EVENT_STREAM_ID
LENGTH_LEN

Number of body length bytes in accordance to protocol.

STREAM_LEN

Number of stream bytes in accordance to protocol.

Type Definitions

StreamId