Expand description
Internal types re-exported under cfg(feature = "fuzzing") so the fuzz
crate can drive the frontend-message decoder directly. Not for
production use.
The auth sub-parsers are included because Codec::decode does not call
them: its b'p' arm copies the payload verbatim into
FrontendMessage::RawAuthentication, and protocol picks the parser from
the handshake state. Without these, the pre-auth SASL/password grammars are
unreachable from the decoder alone.
Structs§
Enums§
- Frontend
Message - A decoded frontend pgwire message, representing instructions for the backend.