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.) RpcTypeenum- Frame reading/writing helpers
PyroLinkErrorerror types
Re-exports§
pub use error::PyroLinkError;pub use codec::*;