Module mz_pgwire::codec

source ·
Expand description

Encoding/decoding of messages in pgwire. See “Frontend/Backend Protocol: Message Formats” in the PostgreSQL reference for the specification.

See the crate docs for higher level concerns.

Structs

  • Codec 🔒
  • A connection that manages the encoding and decoding of pgwire frames.

Traits

Functions