Module pgwire::codec[][src]

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

Decodes data within pgwire messages.

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

Enums

Constants

Traits

Functions

Constructs an error indicating that the client has violated the pgwire protocol.