pyrosql-protocol 1.1.0

PWire protocol codec for PyroSQL — shared types for client and server
Documentation

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