Skip to main content

Crate pyrosql_protocol

Crate pyrosql_protocol 

Source
Expand description

PyroLink wire protocol — shared types for client and server.

This crate contains the wire protocol constants and types shared between PyroLink client SDKs and the PyroSQL server:

  • Message type constants (MSG_QUERY, MSG_SCHEMA, etc.)
  • RpcType enum
  • Frame reading/writing helpers
  • PyroLinkError error types

Re-exports§

pub use error::PyroLinkError;
pub use codec::*;

Modules§

codec
Arrow IPC framing for PyroLink QUIC streams.
error
Error types for the PyroLink QUIC transport.